52 строки
1.5 KiB
JSON
52 строки
1.5 KiB
JSON
{
|
|
"name": "electron-algolia-indices",
|
|
"version": "0.0.0-development",
|
|
"description": "Searchable data about Electron APIs, Tutorials, Packages, Repos, and Apps",
|
|
"repository": "https://github.com/electron/algolia-indices",
|
|
"author": "zeke",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node script/build.js",
|
|
"preupload": "npm run test",
|
|
"upload": "node script/upload.js",
|
|
"update-data-sources": "script/update-data-sources.sh",
|
|
"pretest": "npm run build",
|
|
"test": "tape test.js | tap-summary --no-progress && standard --fix",
|
|
"lint": "standard --fix",
|
|
"start": "budo demo.js --live --no-debug --open --css demo.css",
|
|
"repl": "local-repl",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"dependencies": {
|
|
"require-directory": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"algoliasearch": "^3.33.0",
|
|
"budo": "^11.2.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"count-array-values": "^1.2.1",
|
|
"dotenv-safe": "^6.0.0",
|
|
"electron-apps": "^1.7448.0",
|
|
"electron-i18n": "^1.1412.0",
|
|
"electron-npm-packages": "^4.1.2",
|
|
"electron-releases": "^3.125.0",
|
|
"github-slugger": "^1.2.0",
|
|
"instantsearch.js": "^3.5.1",
|
|
"is-url": "^1.2.4",
|
|
"local-repl": "^4.0.0",
|
|
"lodash": "^4.17.10",
|
|
"nanohtml": "^1.2.4",
|
|
"node-fetch": "^2.6.0",
|
|
"prettier-standard": "^9.1.1",
|
|
"semantic-release": "^15.6.0",
|
|
"standard": "^12.0.1",
|
|
"tap-summary": "^4.0.0",
|
|
"tape": "^4.9.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist/**/*"
|
|
]
|
|
}
|