-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 930 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 930 Bytes
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
{
"name": "nmcp-export",
"version": "3.0.3",
"main": "dist/app.js",
"repository": "https://github.com/AllenNeuralDynamics/nmcp-export.git",
"author": "Patrick Edson <pedson@leapscientific.com>",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"debug": "tsc && node --trace-warnings --max-old-space-size=8192 --max-semi-space-size=64 --gc-interval=100 --optimize-for-size src/app.js",
"express": "node dist/app.js"
},
"dependencies": {
"@apollo/client": "^3.11.3",
"archiver": "^7.0.1",
"body-parser": "^1.17.2",
"debug": "^2.6.8",
"express": "^4.15.3",
"moment": "^2.19.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/archiver": "^2.0.0",
"@types/express": "^4.0.35",
"@types/gulp": "^4.0.7",
"@types/gulp-shell": "^0.7.0",
"@types/lodash": "^4.14.64",
"@types/node": "^25.5.0",
"@types/uuid": "^3.4.3",
"typescript": "^5.9.3"
}
}