forked from Bparsons0904/menu-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.28 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
51
52
{
"name": "menu-service",
"version": "1.0.0",
"description": "Base Server",
"main": "dist/index.js",
"dependencies": {
"apollo-server": "^2.17.0",
"apollo-server-express": "^2.17.0",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"dataloader": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.4.2",
"graphql-type-json": "^0.3.2",
"jsonwebtoken": "^8.5.1",
"pg": "^8.3.3",
"sequelize": "^5.21.10",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/express": "^4.17.11",
"@types/graphql": "^14.5.0",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.34",
"@types/sequelize": "^4.28.9",
"axios": "^0.21.1",
"chai": "^4.2.0",
"mocha": "^7.2.0",
"nodemon": "^2.0.4",
"typescript": "^4.2.3"
},
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon dist/index.js",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bparsons0904/"
},
"author": "Bob Parsons (waugzee.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bparsons0904/"
},
"homepage": "https://github.com/"
}