This repository was archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.85 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "labs-zap-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test node ./node_modules/mocha/bin/mocha ./test/**/*.js",
"devstart": "docker run -it -v $PWD:/zap-api -p 3000:3000 -w /zap-api geodatagouv/node-gdal ./node_modules/.bin/nodemon ./bin/www",
"devtest": "docker run -it -v $PWD:/zap-api -w /zap-api -e \"NODE_ENV=test\" geodatagouv/node-gdal node ./node_modules/mocha/bin/mocha ./test/**/*.js --timeout 15000 --exit",
"migrate": "node-pg-migrate"
},
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/buffer": "^5.1.5",
"JSONStream": "^1.3.3",
"camelcase": "5.3.1",
"cookie-parser": "^1.4.4",
"debug": "~3.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-recaptcha": "^4.0.2",
"fast-csv": "^2.4.1",
"json-stream-stringify": "^2.0.1",
"json2csv": "^4.1.5",
"jsonwebtoken": "^8.5.1",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"nock": "^9.6.1",
"node-cache": "^4.2.0",
"node-fetch": "^2.2.0",
"node-pg-migrate": "^3.14.2",
"octonode": "^0.9.3",
"ogr2ogr": "^1.4.0",
"pg": "^7.8.0",
"pg-promise": "^8.4.4",
"pg-query-stream": "^1.1.1",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"save-dev": "^2.0.0",
"shortid": "^2.2.8",
"slack-webhook": "^1.0.0",
"sphericalmercator": "^1.0.5",
"xml2js": "0.4.19"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"chai-things": "^0.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"nodemon": "^1.17.5"
},
"engines": {
"node": "^10.15.3"
}
}