-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "jace-ita",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --harmony server.js --prod",
"dev": "nodemon server.js --exec babel-node --presets babel-preset-env",
"lint": "eslint src/js",
"preinstall": "rm -rf ./src/python/ita-py",
"docs:oas": "widdershins -e .widdershins.yml oas.yaml -o docs/oas/README.md",
"postinstall": "cd src/python && git clone https://github.com/wdc-molfar/ita-py.git && cd ../.. && cp -f ./src/python/ita-py/requirements.txt ./requirements.txt"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"cors": "^2.8.5",
"execa": "^4.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.20",
"mime": "^2.5.2",
"mongoose": "^6.0.12",
"mongoose-findorcreate": "^3.0.0",
"nodemon": "^2.0.6",
"python-shell": "^2.0.3",
"queue-promise": "^2.1.0",
"uuid": "^8.3.2",
"yaml-js": "^0.3.1",
"zip-a-folder": "^1.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.1.0",
"inly": "^4.0.8",
"jszip": "^3.5.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"elegant-spinner": "^2.0.0",
"log-update": "^4.0.0",
"split-file": "^2.2.1",
"widdershins": "^4.0.1"
}
}