-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 794 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 794 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
{
"name": "eventbooking",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/17robots/EventBooking.git",
"author": "17robots <mdray@ameritech.net>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"create-react-app": "^3.4.1",
"dataloader": "^2.0.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.6"
},
"devDependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.2"
},
"scripts": {
"start": "nodemon index.js"
}
}