-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 880 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
{
"name": "mfc-dapp-back-end",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "mocha test/*.test.js",
"seed": "node seeds/threeRoundSeed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thelorddoyle/mfc-back-end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thelorddoyle/mfc-back-end/issues"
},
"homepage": "https://github.com/thelorddoyle/mfc-back-end#readme",
"dependencies": {
"apollo-server": "^3.6.4",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.0",
"graphql": "^16.3.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.6",
"nodemon": "^2.0.15",
"xstate": "^4.30.6"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2",
"supertest": "^6.2.2"
}
}