-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "transform",
"version": "1.0.0",
"main": "build/server.js",
"license": "MIT",
"scripts": {
"dev": "tsc -w & DEBUG=server* nodemon",
"queue": "DEBUG=server* nodemon build/roomevents.js"
},
"dependencies": {
"@types/isomorphic-fetch": "^0.0.34",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-bearer-token": "^2.1.1",
"express-winston": "^2.5.1",
"jsonwebtoken": "^8.2.2",
"multer": "^1.3.0",
"passport-local-authenticate": "^1.2.0",
"pg": "^7.4.3",
"pretend": "git+https://[email protected]/bettiah/pretend",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.12",
"routing-controllers": "^0.7.7",
"sqlite": "^2.9.2",
"typeorm": "^0.2.7",
"winston": "2"
},
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/body-parser": "^1.17.0",
"@types/chai": "^4.1.3",
"@types/express": "^4.11.1",
"@types/jsonwebtoken": "^7.2.7",
"@types/mocha": "^5.2.1",
"@types/multer": "^1.3.6",
"@types/redis": "^2.8.6",
"@types/sinon": "^5.0.1",
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}