forked from Ingenuity-rpt26/shane-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 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": "proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./server/index.js",
"start": "node ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ingenuity-rpt26/shane-proxy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ingenuity-rpt26/shane-proxy/issues"
},
"homepage": "https://github.com/Ingenuity-rpt26/shane-proxy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.12.1",
"morgan": "^1.10.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.7"
}
}