-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 962 Bytes
/
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
{
"name": "lulc",
"type": "module",
"version": "0.9.1",
"private": true,
"repository": "[email protected]:developmentseed/lulc-infra",
"author": "ingalls <[email protected]>",
"scripts": {
"test": "tape test/**.test.js",
"lint": "eslint test/**.js",
"generate-schema-doc": "pip3 install json-schema-for-humans && generate-schema-doc deployment/helm/lulc-helm/values.schema.json docs/index.html"
},
"devDependencies": {
"cli-progress": "^3.9.0",
"eslint": "^8.0.1",
"eslint-plugin-node": "^11.1.0",
"pg": "^8.6.0",
"request": "^2.88.2",
"tape": "^5.1.0",
"ws": "^8.2.3"
},
"dependencies": {
"@openaddresses/batch-generic": "^13.1.0",
"ajv": "^8.6.2",
"charm": "^1.0.2",
"i": "^0.3.6",
"inquirer": "^9.1.0",
"knex": "^2.0.0",
"minimist": "^1.2.5",
"terminal-kit": "^3.0.0"
}
}