1 Star 0 Fork 245

往后余生 / chameleon

forked from DiDi-opensource / chameleon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build",
"publish": "npm run build && lerna publish",
"coverage": "sh ./test/test.sh",
"clear": "rm -rf package-lock.json packages/*/package-lock.json",
"clear-all": "rimraf package-lock.json packages/*/node_modules packages/*/package-lock.json"
},
"author": "Chameleon-Team",
"license": "Apache 2.0",
"devDependencies": {
"istanbul": "^0.4.5",
"lerna": "^3.5.1"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-istanbul": "^0.12.2",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"mocha": "*",
"nyc": "*",
"rimraf": "^2.6.3"
}
}
JavaScript
1
https://gitee.com/guaiyouyisi/chameleon.git
git@gitee.com:guaiyouyisi/chameleon.git
guaiyouyisi
chameleon
chameleon
master

搜索帮助