-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "push-notifications-backend",
"version": "1.0.0",
"description": "Backend to handle all push notifications across all AppDev apps.",
"main": "build/bundle.js",
"scripts": {
"start:prod": "node_modules/.bin/ts-node src/server.ts",
"start:dev": "node_modules/.bin/ts-node-dev src/server.ts",
"sandbox": "node_modules/.bin/ts-node src/index.ts",
"build": "node_modules/.bin/tsc",
"test": "node_modules/.bin/ts-node ./node_modules/.bin/jest --verbose --forceExit --detectOpenHandles test ; echo 'Exiting.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuappdev/push-notifications-backend.git"
},
"keywords": [],
"author": "Cornell AppDev",
"license": "MIT",
"devDependencies": {
"body-parser": "^1.18.3",
"create-file-webpack": "^1.0.0",
"jest": "^24.1.0",
"supertest": "^3.3.0",
"ts-node-dev": "^1.0.0-pre.32",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/dotenv": "^6.1.0",
"@types/express": "^4.16.1",
"@types/node": "^11.9.4",
"apn": "^2.2.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"http": "0.0.0",
"merge": "^1.2.1",
"pg": "^7.3.0",
"reflect-metadata": "^0.1.10",
"request": "^2.88.0",
"swagger-ui-express": "^4.0.2",
"ts-node": "3.3.0",
"typeorm": "0.2.14",
"typescript": "^3.3.3"
}
}