2013-04-14 22:48:35 +08:00
|
|
|
{
|
2015-04-14 15:59:45 +08:00
|
|
|
"name": "electron",
|
2019-02-12 10:09:30 -08:00
|
|
|
"version": "6.0.0-nightly.20190212",
|
2017-07-13 17:09:21 -04:00
|
|
|
"repository": "https://github.com/electron/electron",
|
|
|
|
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
2013-10-17 09:58:55 +08:00
|
|
|
"devDependencies": {
|
2019-01-21 14:46:32 -08:00
|
|
|
"@octokit/rest": "^16.3.2",
|
2019-02-06 10:27:20 -08:00
|
|
|
"@types/node": "^10.12.21",
|
2018-09-20 13:43:26 +10:00
|
|
|
"aliasify": "^2.1.0",
|
2019-02-05 15:19:55 -08:00
|
|
|
"asar": "^0.14.6",
|
|
|
|
"browserify": "^16.2.3",
|
2017-07-12 10:18:40 -07:00
|
|
|
"check-for-leaks": "^1.0.2",
|
2018-04-27 13:01:12 -04:00
|
|
|
"clang-format": "^1.2.3",
|
2017-08-09 10:49:31 -07:00
|
|
|
"colors": "^1.1.2",
|
2017-07-13 17:09:21 -04:00
|
|
|
"dotenv-safe": "^4.0.4",
|
2017-10-23 11:02:50 -04:00
|
|
|
"dugite": "^1.45.0",
|
2018-09-20 22:37:56 +10:00
|
|
|
"electron-docs-linter": "^2.4.0",
|
2019-01-30 12:54:18 -08:00
|
|
|
"electron-typescript-definitions": "^6.0.0",
|
2019-02-06 10:27:20 -08:00
|
|
|
"eslint": "^5.13.0",
|
2018-09-16 03:51:23 +10:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-mocha": "^5.2.0",
|
2019-02-06 10:27:20 -08:00
|
|
|
"eslint-plugin-typescript": "^0.14.0",
|
2018-09-14 01:30:12 +10:00
|
|
|
"folder-hash": "^2.1.1",
|
2017-07-12 10:18:40 -07:00
|
|
|
"husky": "^0.14.3",
|
2018-05-03 10:43:40 -05:00
|
|
|
"lint": "^1.1.2",
|
2019-01-21 14:46:32 -08:00
|
|
|
"lint-staged": "^8.1.0",
|
2017-10-23 11:02:50 -04:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"nugget": "^2.0.1",
|
2018-07-17 10:26:58 +10:00
|
|
|
"octicons": "^7.3.0",
|
2018-12-06 11:00:10 -08:00
|
|
|
"plist": "^3.0.1",
|
2017-11-20 14:05:47 +08:00
|
|
|
"remark-cli": "^4.0.0",
|
|
|
|
"remark-preset-lint-markdown-style-guide": "^2.1.1",
|
2018-09-14 01:35:18 +10:00
|
|
|
"request": "^2.88.0",
|
2018-12-06 11:00:10 -08:00
|
|
|
"semver": "^5.6.0",
|
2018-08-17 18:48:01 +02:00
|
|
|
"serve": "^6.5.8",
|
2018-09-14 02:10:51 +10:00
|
|
|
"standard-markdown": "^5.0.0",
|
2017-10-23 11:02:50 -04:00
|
|
|
"sumchecker": "^2.0.2",
|
2019-02-06 10:27:20 -08:00
|
|
|
"temp": "^0.8.3",
|
2019-02-12 06:22:33 -08:00
|
|
|
"tsify": "^4.0.1",
|
2019-02-06 10:27:20 -08:00
|
|
|
"typescript": "~3.1.1",
|
|
|
|
"typescript-eslint-parser": "^21.0.0"
|
2015-10-08 09:25:31 +08:00
|
|
|
},
|
2013-04-14 22:48:35 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-05-03 15:44:29 -07:00
|
|
|
"asar": "asar",
|
2016-08-21 07:30:14 -03:00
|
|
|
"browserify": "browserify",
|
2019-01-07 20:37:44 -08:00
|
|
|
"bump-version": "./script/bump-version.js",
|
2018-08-12 14:01:46 -07:00
|
|
|
"check-tls": "python ./script/tls.py",
|
2018-10-24 12:49:10 +02:00
|
|
|
"clang-format": "find atom/ chromium_src/ -iname *.h -o -iname *.cc -o -iname *.mm | xargs clang-format -i",
|
2018-10-08 14:48:35 +02:00
|
|
|
"lint": "node ./script/lint.js && npm run lint:clang-format && npm run lint:docs",
|
2018-10-15 08:26:47 -07:00
|
|
|
"lint:js": "node ./script/lint.js --js",
|
2018-10-24 12:49:10 +02:00
|
|
|
"lint:clang-format": "python script/run-clang-format.py -r -c atom/ chromium_src/ || (echo \"\\nCode not formatted correctly.\" && exit 1)",
|
2018-10-08 14:48:35 +02:00
|
|
|
"lint:cpp": "node ./script/lint.js --cc",
|
|
|
|
"lint:py": "node ./script/lint.js --py",
|
|
|
|
"lint:gn": "node ./script/lint.js --gn",
|
2018-08-13 08:20:55 -07:00
|
|
|
"lint:docs": "remark docs -qf && npm run lint:js-in-markdown && npm run create-typescript-definitions && npm run lint:docs-relative-links",
|
|
|
|
"lint:docs-relative-links": "python ./script/check-relative-doc-links.py",
|
|
|
|
"lint:js-in-markdown": "standard-markdown docs",
|
2018-09-16 01:40:20 +10:00
|
|
|
"create-api-json": "electron-docs-linter docs --outfile=electron-api.json",
|
2018-09-13 15:08:08 +02:00
|
|
|
"create-typescript-definitions": "npm run create-api-json && electron-typescript-definitions --in=electron-api.json --out=electron.d.ts",
|
2019-02-06 10:27:20 -08:00
|
|
|
"gn-typescript-definitions": "npm run create-typescript-definitions && cp electron.d.ts",
|
2017-08-14 11:33:32 -07:00
|
|
|
"preinstall": "node -e 'process.exit(0)'",
|
2019-01-21 14:46:32 -08:00
|
|
|
"precommit": "lint-staged",
|
2017-07-12 10:18:40 -07:00
|
|
|
"prepack": "check-for-leaks",
|
|
|
|
"prepush": "check-for-leaks",
|
2018-09-14 02:57:39 +10:00
|
|
|
"repl": "node ./script/start.js --interactive",
|
|
|
|
"start": "node ./script/start.js",
|
2019-02-06 10:27:20 -08:00
|
|
|
"test": "node ./script/spec-runner.js electron/spec",
|
|
|
|
"tsc": "tsc"
|
2017-07-13 17:09:21 -04:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Electron Community",
|
|
|
|
"keywords": [
|
|
|
|
"electron"
|
2018-09-20 13:43:26 +10:00
|
|
|
],
|
|
|
|
"aliasify": {
|
|
|
|
"replacements": {
|
|
|
|
"@electron/internal/(.+)": "./lib/$1"
|
|
|
|
}
|
2019-01-21 14:46:32 -08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,ts}": [
|
|
|
|
"node script/lint.js --js --fix --only --",
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.{cc,mm,c,h}": [
|
|
|
|
"python script/run-clang-format.py -r -c --fix",
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.md": [
|
|
|
|
"remark -qf"
|
2019-02-05 13:54:45 -08:00
|
|
|
],
|
|
|
|
"*.{gn,gni}": [
|
|
|
|
"python script/run-gn-format.py",
|
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*.py": [
|
|
|
|
"node script/lint.js --py --fix --only --",
|
|
|
|
"git add"
|
2019-02-06 10:27:20 -08:00
|
|
|
],
|
|
|
|
"docs/api/*.md": [
|
|
|
|
"node script/gen-filenames.js",
|
|
|
|
"git add"
|
2019-01-21 14:46:32 -08:00
|
|
|
]
|
2018-09-21 15:24:42 +10:00
|
|
|
}
|
2019-02-11 17:40:41 -08:00
|
|
|
}
|