-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 loc) · 1.78 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "c2m2-api",
"version": "0.0.0",
"private": true,
"scripts": {
"apidocs": "apidoc -i src/ -o apidocs/",
"migrate": "sequelize db:migrate",
"development": "nodemon --exec babel-node ./node_modules/babel-cli/bin/babel-node app.js",
"start": "nodemon ./node_modules/babel-cli/bin/babel-node.js app.js",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"postinstall": "npm install babel-cli && npm install babel-preset-env && npm install rimraf"
},
"dependencies": {
"@getvim/execute": "^1.0.0",
"@turf/turf": "^6.2.0",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"babel-preset-es2015": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"fast-csv": "^4.3.6",
"filestack-js": "^3.21.1",
"flatted": "^3.1.0",
"formdata-node": "^2.4.0",
"google-caja": "0.0.2",
"gzipme": "^1.0.0",
"http-errors": "^1.6.3",
"jade": "^1.11.0",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multiparty": "^4.2.2",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"osmtogeojson": "^3.0.0-beta.4",
"overpass-frontend": "^2.4.11",
"pg": "^8.5.1",
"query-geo-boundary": "^0.3.6",
"query-overpass": "^1.5.5",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"shelljs": "^0.8.4",
"turf": "^3.0.14",
"validator": "^13.5.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"gulp-apidoc": "^0.2.8",
"rimraf": "^3.0.2"
}
}