加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
Attila Klenik 提交于 2020-07-09 09:38 . Refactor message handling
{
"name": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.4.0-unstable",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper"
},
"scripts": {
"repoclean": "lerna clean",
"bootstrap": "lerna bootstrap",
"pretest": "npm run licchk",
"licchk": "license-check-and-add",
"test": "lerna run test",
"version-fix": "node ./packages/caliper-publish/publish.js version fix",
"force-clean": "./scripts/force-clean.sh"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"dependencies": {},
"devDependencies": {
"lerna": "^3.18.3",
"license-check-and-add": "2.3.6",
"repolinter": "0.8.2"
},
"license-check-and-add-config": {
"folder": ".",
"license": "LICENSE.txt",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"CODEOWNERS",
"LICENSE",
".idea",
"node_modules",
".nyc_output",
"coverage",
"scripts",
".git",
".gitignore",
"packages",
"log"
],
"file_type_method": "EXCLUDE",
"file_types": [
".yml",
".md",
".log",
".html"
],
"insert_license": false,
"license_formats": {
"js|cto|qry|go": {
"prepend": "/*",
"append": "*/",
"eachLine": {
"prepend": "* "
}
},
"cfg|editorconfig|yaml|py": {
"prepend": "#",
"append": "#",
"eachLine": {
"prepend": "# "
}
}
}
},
"license": "Apache-2.0"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化