Spaces:
Sleeping
Sleeping
File size: 307 Bytes
2be6d77 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"name": "nodejs",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "AnujC21",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0",
"pidusage": "^4.0.1"
}
}
|