algolia-indices/package.json

51 строка
1.5 KiB
JSON
Исходник Обычный вид История

{
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",
"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",
"author": "zeke",
"license": "MIT",
"main": "index.js",
"scripts": {
2019-05-22 19:00:32 +03:00
"build": "node script/build.js",
"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",
"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"
},
"dependencies": {
"require-directory": "^2.1.1"
},
"devDependencies": {
"algoliasearch": "^4.9.0",
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",
"count-array-values": "^1.2.1",
"dotenv-safe": "^8.2.0",
"electron-apps": "^1.8661.0",
"electron-i18n": "^1.2963.0",
2018-05-15 04:05:11 +03:00
"electron-npm-packages": "^4.1.2",
"electron-releases": "^3.654.0",
"github-slugger": "^1.2.0",
"instantsearch.js": "^4.0.0",
"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",
"nanohtml": "^1.9.0",
"node-fetch": "^2.6.0",
"semantic-release": "^17.2.1",
"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
}