-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.39 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
{
"name": "salvator-server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dist": "./node_modules/.bin/babel src -d dist --presets env --plugins transform-decorators-legacy,transform-class-properties,transform-object-rest-spread",
"start": "./node_modules/.bin/babel-node src/index.js --presets env --plugins transform-decorators-legacy,transform-class-properties,transform-object-rest-spread",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@slynova/flydrive": "^0.3.0",
"@slynova/slug": "^1.0.1",
"@xstoudi/human-readable-time": "^1.0.0",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"debug-stream": "^3.0.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"filenamify": "^2.0.0",
"joi": "^13.1.2",
"mkdirp": "^0.5.1",
"mysql": "^2.15.0",
"reflect-metadata": "^0.1.12",
"rollbar": "^2.3.9",
"stream-to-string": "^1.1.0",
"typeorm": "^0.1.12"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"install": "^0.10.4",
"npm": "^5.7.1"
}
}