-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "server",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^8.0.29",
"ts-node": "3.3.0",
"typescript": "3.3.3333"
},
"dependencies": {
"@types/cookie-parser": "^1.4.2",
"apollo-server-express": "^2.19.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.3.2",
"class-validator": "^0.13.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.4.0",
"jsonwebtoken": "^8.5.1",
"pg": "^7.3.0",
"reflect-metadata": "^0.1.10",
"ts-node-dev": "^1.1.1",
"type-graphql": "^1.1.1",
"typeorm": "0.2.26"
},
"scripts": {
"start": "node build/index.js",
"dev": "ts-node-dev src/index.ts"
},
"main": "index.js",
"license": "MIT"
}