-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 868 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
{
"name": "nullboard-nodejs-agent",
"description": "Nullboard nodejs backup agent",
"version": "0.0.1",
"author": "Ofry Linkovsky",
"license": "BSD",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"start": "node --experimental-specifier-resolution=node index.js"
},
"dependencies": {
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"express": "^4.17.2"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^12.0.12",
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfryL/nullboard-nodejs-agent.git"
},
"bugs": {
"url": "https://github.com/OfryL/nullboard-nodejs-agent/issues"
},
"homepage": "https://github.com/OfryL/nullboard-nodejs-agent#readme"
}