-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
{
"name": "raster-upload",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon ./server.js",
"eslint": "node_modules/eslint/bin/eslint.js",
"deploy-patch": "node patch && yarn run deploy",
"deploy": "/bin/sh deploy.sh"
},
"nodemonConfig": {
"ignore": [
"temp/*"
]
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-flow": "^7.12.1",
"@babel/register": "^7.12.1",
"@bit/kriscarle.maphubs-utils.maphubs-utils.log": "^1.1.0",
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/sphericalmercator": "^1.1.0",
"@mapbox/tilelive": "^6.1.0",
"@mapbox/tilelive-mapnik": "^1.0.0",
"@turf/area": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"geotiff": "^1.0.0-beta.6",
"getenv": "^1.0.0",
"semver": "^7.3.2",
"tilelive-file": "0.0.3",
"tilelive-raster": "^0.5.0",
"tl": "^0.10.2",
"tus-node-server": "^0.3.2",
"uuid": "^8.3.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.12.0",
"eslint-config-standard": "^15.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-unicorn": "^23.0.0",
"flow-bin": "^0.136.0",
"nodemon": "^2.0.6"
}
}