-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 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
{
"name": "data-model-mapper",
"version": "0.0.0",
"description": "DataModelMapper",
"main": "mapper.js",
"author": {
"name": "Ermanno Mastrosimone"
},
"dependencies": {
"@maptiler/client": "^2.0.0",
"axios": "^1.7.5",
"body-parser": "^1.20.1",
"chai": "^4.3.7",
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"csv-stream": "^0.2.0",
"express": "^4.18.2",
"filereader": "^0.10.3",
"geojson-stream": "0.0.1",
"is-file-stream": "^1.0.0",
"is-valid-path": "^0.1.1",
"js-base64": "^3.7.5",
"json-mapper": "0.0.12",
"json-schema-ref-parser": "^5.1.2",
"JSONStream": "^1.3.3",
"jsonwebtoken": "^9.0.2",
"minio": "^7.1.3",
"mocha": "^10.2.0",
"mongoose": "^8.8.1",
"multer": "^1.4.4",
"nconf": "^0.12.0",
"node-fetch": "^3.3.2",
"node-request-queue": "^1.0.2",
"nodemon": "^2.0.20",
"parse-filepath": "^1.0.2",
"proj4": "^2.14.0",
"promise-queue": "^2.2.5",
"promise-request-retry": "^1.0.2",
"readline-sync": "^1.4.10",
"request": "^2.87.0",
"simple-node-logger": "^0.93.37",
"sinon": "^15.0.2",
"stream-to-string": "^1.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.0",
"terraformer": "^1.0.12",
"terraformer-proj4js": "^0.2.2",
"unorm": "^1.4.1",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
},
"scripts": {
"start": "node ./mapper.js",
"node16": "C:\\Users\\gabri\\AppData\\Roaming\\nvm\\v16.20.1\\node.exe ./mapper.js",
"start:ignore": "nodemon --ignore 'dataModels/*.*' --ignore 'input/*.*' ./mapper.js",
"start:dev": "nodemon ./mapper.js",
"test": "node ./node_modules/mocha/bin/mocha --timeout 0"
}
}