2018-05-13 03:37:40 +03:00
|
|
|
{
|
2018-06-19 22:38:01 +03:00
|
|
|
"name": "electron-algolia-indices",
|
2018-06-22 00:52:23 +03:00
|
|
|
"version": "0.0.0-development",
|
2018-05-21 07:25:05 +03:00
|
|
|
"description": "Searchable data about Electron APIs, Tutorials, Packages, Repos, and Apps",
|
2018-06-19 22:38:01 +03:00
|
|
|
"repository": "https://github.com/electron/algolia-indices",
|
2018-05-13 03:37:40 +03:00
|
|
|
"author": "zeke",
|
|
|
|
"license": "MIT",
|
2018-06-22 00:07:58 +03:00
|
|
|
"main": "index.js",
|
2018-05-13 03:37:40 +03:00
|
|
|
"scripts": {
|
2019-05-22 19:00:32 +03:00
|
|
|
"build": "node script/build.js",
|
2018-05-21 08:02:34 +03:00
|
|
|
"preupload": "npm run test",
|
2019-05-22 19:00:32 +03:00
|
|
|
"upload": "node script/upload.js",
|
2019-05-29 03:03:50 +03:00
|
|
|
"update-data-sources": "script/update-data-sources.sh",
|
2018-06-22 00:07:58 +03:00
|
|
|
"pretest": "npm run build",
|
2019-05-28 22:10:29 +03:00
|
|
|
"test": "tape test.js | tap-summary --no-progress && standard --fix",
|
2018-05-14 18:27:08 +03:00
|
|
|
"lint": "standard --fix",
|
2018-05-15 00:16:14 +03:00
|
|
|
"start": "budo demo.js --live --no-debug --open --css demo.css",
|
2018-06-22 00:52:23 +03:00
|
|
|
"repl": "local-repl",
|
|
|
|
"semantic-release": "semantic-release"
|
2018-05-13 03:37:40 +03:00
|
|
|
},
|
2018-06-22 00:07:58 +03:00
|
|
|
"dependencies": {
|
|
|
|
"require-directory": "^2.1.1"
|
|
|
|
},
|
2018-05-13 03:37:40 +03:00
|
|
|
"devDependencies": {
|
2020-05-26 00:09:34 +03:00
|
|
|
"algoliasearch": "^3.35.1",
|
2018-05-14 18:27:08 +03:00
|
|
|
"budo": "^11.2.0",
|
2018-05-14 20:54:05 +03:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2018-05-21 07:25:05 +03:00
|
|
|
"count-array-values": "^1.2.1",
|
2020-05-26 00:09:34 +03:00
|
|
|
"dotenv-safe": "^8.2.0",
|
2021-03-31 12:23:48 +03:00
|
|
|
"electron-apps": "^1.8659.0",
|
|
|
|
"electron-i18n": "^1.2959.0",
|
2018-05-15 04:05:11 +03:00
|
|
|
"electron-npm-packages": "^4.1.2",
|
2021-03-31 12:23:48 +03:00
|
|
|
"electron-releases": "^3.653.0",
|
2018-06-18 23:31:57 +03:00
|
|
|
"github-slugger": "^1.2.0",
|
2020-05-26 00:09:34 +03:00
|
|
|
"instantsearch.js": "^4.0.0",
|
2018-05-13 03:37:40 +03:00
|
|
|
"is-url": "^1.2.4",
|
2018-05-14 18:27:08 +03:00
|
|
|
"local-repl": "^4.0.0",
|
2018-05-14 20:54:05 +03:00
|
|
|
"lodash": "^4.17.10",
|
2020-05-26 00:09:34 +03:00
|
|
|
"nanohtml": "^1.9.0",
|
2019-05-29 20:55:17 +03:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-10-13 22:47:46 +03:00
|
|
|
"semantic-release": "^17.2.1",
|
2021-01-07 22:42:02 +03:00
|
|
|
"standard": "^16.0.3",
|
2019-05-28 22:10:29 +03:00
|
|
|
"tap-summary": "^4.0.0",
|
2019-06-06 16:30:54 +03:00
|
|
|
"tape": "^4.9.0"
|
2018-06-22 00:13:37 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist/**/*"
|
|
|
|
]
|
2018-05-14 20:54:05 +03:00
|
|
|
}
|