-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 958 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
37
38
39
{
"name": "places-api",
"version": "0.1.0",
"description": "a graphql server",
"main": "index.js",
"scripts": {
"start": "ts-node-dev index.ts",
"build": "tsc"
},
"keywords": [],
"author": "Philip Van Raalte",
"license": "ISC",
"dependencies": {
"@google/maps": "^1.1.0",
"@types/bcryptjs": "^2.4.2",
"@types/graphql": "^14.5.0",
"@types/jsonwebtoken": "^8.3.7",
"apollo-server": "^2.9.16",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"graphql": "^14.6.0",
"jsonwebtoken": "^8.5.1",
"pg": "^7.18.1",
"q": "^1.5.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^8.6.2",
"ts-node-dev": "^1.0.0-pre.43",
"type-graphql": "^0.17.6",
"typedi": "^0.8.0",
"typeorm": "^0.2.22",
"typeorm-typedi-extensions": "^0.2.3",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/google__maps": "^0.5.11"
}
}