You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
sigcrafting_backend/package.json

22 lines
456 B

{
"name": "server2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"https": "^1.0.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"pg": "^8.6.0"
}
}