1 Star 0 Fork 0

Wang Kui/build-tools

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "build-tools",
"version": "0.2.0",
"engines": {
"node": ">= 10.12.0"
},
"main": "null",
"private": true,
"scripts": {
"lint": "prettier --check \"src/**/*.js\" \"tests/*.js\" \"src/e\"",
"prettier:write": "prettier --write \"src/**/*.js\" \"tests/*.js\" \"src/e\"",
"test": "nyc --reporter=lcov --reporter=text-summary jest --config=jest.fast.json",
"test:all": "nyc --reporter=lcov --reporter=text-summary jest --config=jest.slow.json"
},
"repository": "https://github.com/electron/build-tools",
"author": "Electron Authors",
"license": "MIT",
"dependencies": {
"@octokit/auth-oauth-device": "^3.1.1",
"@octokit/rest": "^18.5.2",
"chalk": "^2.4.1",
"command-exists": "^1.2.8",
"commander": "^3.0.2",
"cross-zip": "^3.0.0",
"debug": "^4.3.1",
"got": "^10.2.2",
"hasha": "^5.1.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"node-gyp": "^6.1.0",
"open": "^6.4.0",
"path-key": "^3.1.0",
"readline-sync": "^1.4.10",
"stream-progressbar": "^1.3.0",
"which": "^2.0.2"
},
"devDependencies": {
"husky": "^4.2.0",
"jest": "^24.9.0",
"lint-staged": "^10.0.2",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.0"
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"e": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangkui35/build-tools.git
git@gitee.com:wangkui35/build-tools.git
wangkui35
build-tools
build-tools
master

搜索帮助