-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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
52
53
{
"name": "cache",
"version": "1.0.0",
"description": "Vuga express template",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "ts-node build.ts && tsc",
"dev": "nodemon server/index.ts | pino-pretty",
"dev:debug": "nodemon --exec 'node -r ts-node/register --inspect-brk' server/index.ts | pino-pretty",
"test": "mocha test/**/*.ts --exit",
"test:debug": "mocha --inspect-brk test/**/*.ts --exit"
},
"dependencies": {
"@types/mongoose": "^5.3.9",
"@types/redis": "^2.8.10",
"@types/socket.io": "^2.1.2",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"fluent-ffmpeg": "^2.1.2",
"lodash": "^4.17.11",
"mockgoose-fix": "^7.3.6",
"mongoose": "^5.4.6",
"pino": "^5.8.1",
"redis": "^2.8.0",
"shelljs": "^0.8.3",
"socket.io": "^2.2.0",
"socket.io-redis": "^5.2.0",
"swagger-express-middleware": "^1.1.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.4",
"@types/express": "^4.16.0",
"@types/mocha": "^5.2.5",
"@types/pino": "^5.20.0",
"chai": "^4.1.2",
"mocha": "^5.0.5",
"nodemon": "^1.18.9",
"pino-pretty": "^2.5.0",
"prettier": "^1.15.3",
"supertest": "^3.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.2.2"
},
"author": "Ceddy Muhoza <[email protected]> (https://github.com/ceddybi)"
}