electron-api-historian/package.json

30 строки
717 B
JSON
Исходник Постоянная ссылка Обычный вид История

2017-12-15 19:13:43 +03:00
{
"name": "electron-api-historian",
"description": "Find the birthday of every Electron API",
2019-05-13 21:11:00 +03:00
"version": "0.0.0",
2017-12-15 21:24:52 +03:00
"repository": "https://github.com/electron/electron-api-historian",
2017-12-15 19:13:43 +03:00
"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",
2019-06-06 05:18:24 +03:00
"semantic-release": "^15.13.15",
2017-12-15 19:28:37 +03:00
"semver": "^5.4.1",
"standard": "^10.0.3"
2017-12-15 19:13:43 +03:00
},
"scripts": {
2019-06-05 20:42:46 +03:00
"update": "./script/update.sh",
2017-12-15 19:28:37 +03:00
"build": "node script/build.js",
"test": "mocha && standard --fix",
2019-06-06 05:18:24 +03:00
"semantic-release": "semantic-release"
2017-12-15 19:28:37 +03:00
},
"standard": {
"ignore": [
"electron/"
]
2017-12-15 19:13:43 +03:00
}
2017-12-15 21:24:52 +03:00
}