forked from RVCC-IDMX/node-server-tarunbalaji3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 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
{
"name": "server-tarunbalaji3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server",
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RVCC-IDMX/node-server-tarunbalaji3.git"
},
"keywords": [],
"author": "Tarun Balaji Ravi <[email protected]> (https://github.com/tarunbalaji3)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RVCC-IDMX/node-server-tarunbalaji3/issues"
},
"homepage": "https://github.com/RVCC-IDMX/node-server-tarunbalaji3#readme",
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"nodemon": "^2.0.15",
"prettier": "^2.6.0"
}
}