-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "twilio-dev-hack",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --outDir build && node build/app.js",
"dev": "tsc-watch --outDir build --onSuccess \"node build/app.js\"",
"prod": "tsc --outDir build && node build/app.js",
"tsc": "tsc --outDir build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/L04DB4L4NC3R/twilio-dev-hack.git"
},
"keywords": [
"twilio",
"DEV",
"COVID-19",
"coronavirus"
],
"author": "Angad Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/L04DB4L4NC3R/twilio-dev-hack/issues"
},
"homepage": "https://github.com/L04DB4L4NC3R/twilio-dev-hack#readme",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.4",
"@types/jsonwebtoken": "^8.3.9",
"@types/mongoose": "^5.7.10",
"@types/request": "^2.48.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.7",
"morgan": "^1.10.0",
"request": "^2.88.2",
"ts-node-dev": "^1.0.0-pre.44",
"tsc-watch": "^4.2.3",
"twilio": "^3.42.0",
"typescript": "^3.8.3"
},
"devDependencies": {}
}