-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "algolia-index-update-scripts",
"version": "1.0.0",
"description": "This project reindexes algolia with the latest API & Guides documentation.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": "git+https://github.com/ember-learn/algolia-index-update-scripts.git",
"author": "Ember Learning team & Contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-learn/algolia-index-update-scripts/issues"
},
"homepage": "https://github.com/ember-learn/algolia-index-update-scripts#readme",
"type": "module",
"dependencies": {
"algoliasearch": "^3.30.0",
"commander": "^2.19.0",
"dotenv": "^16.3.1",
"fs-extra": "^7.0.0",
"human-size": "^1.1.0",
"lodash-es": "^4.17.11",
"ora": "^3.0.0",
"semver": "^5.6.0"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3"
}
}