代码拉取完成,页面将自动刷新
{
"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"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。