-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 918 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 918 Bytes
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
{
"name": "vicinity-server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"watch": "tsc -w",
"dev": "nodemon dist/index.js",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^17.0.21",
"@types/uuid": "^8.3.4",
"type-graphql": "^1.1.1"
},
"dependencies": {
"apollo-server-express": "^3.6.3",
"argon2": "^0.28.4",
"express": "^4.17.3",
"graphql": "15.3.0",
"mysql": "^2.18.1",
"pg": "^8.7.3",
"typeorm": "^0.2.44",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toppa-vicinity/vicinity-server.git"
},
"bugs": {
"url": "https://github.com/toppa-vicinity/vicinity-server/issues"
},
"homepage": "https://github.com/toppa-vicinity/vicinity-server#readme",
"description": ""
}