30 строки
717 B
JSON
30 строки
717 B
JSON
{
|
|
"name": "electron-api-historian",
|
|
"description": "Find the birthday of every Electron API",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/electron/electron-api-historian",
|
|
"main": "index.json",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"dugite": "^1.53.0",
|
|
"lodash": "^4.17.4",
|
|
"make-promises-safe": "^1.1.0",
|
|
"mocha": "^4.0.1",
|
|
"semantic-release": "^15.13.15",
|
|
"semver": "^5.4.1",
|
|
"standard": "^10.0.3"
|
|
},
|
|
"scripts": {
|
|
"update": "./script/update.sh",
|
|
"build": "node script/build.js",
|
|
"test": "mocha && standard --fix",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"electron/"
|
|
]
|
|
}
|
|
}
|