-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
45
{
"name": "ava-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "concurrently \"npm run build\" \"DEBUG=debug/* DEBUG_COLORS=TRUE nodemon ./dist/bin/start.js\"",
"build": "tsc -w"
},
"dependencies": {
"@types/body-parser": "^1.16.5",
"@types/config": "^0.0.33",
"@types/cors": "^2.8.3",
"@types/cron": "^1.2.1",
"@types/express": "^4.0.39",
"@types/faker": "^4.1.1",
"@types/morgan": "^1.7.32",
"@types/node": "^8.0.24",
"@types/sequelize": "^4.0.75",
"@types/twilio": "^0.0.9",
"aws-sdk": "^2.153.0",
"body-parser": "~1.13.2",
"config": "^1.28.1",
"cookie-parser": "~1.3.5",
"cors": "^2.8.4",
"cron": "^1.3.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"faker": "^4.1.0",
"moment": "^2.19.3",
"morgan": "~1.6.1",
"nodemon": "^1.11.0",
"pg": "6.4.2",
"sequelize": "^4.13.0",
"serve-favicon": "~2.3.0",
"twilio": "^3.10.0",
"typescript": "^2.4.2"
},
"main": "./dist/index.ts",
"repository": {
"url": "https://github.com/zfranklyn/ava-api.git",
"type": "git"
},
"author": "Franklyn Zhu <zfranklyn@gmail.com>",
"license": "MIT"
}