neutral-response/package.json
2022-09-16 21:37:11 -04:00

21 lines
408 B
JSON

{
"name": "neutral-response",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@git.gay:a/neutral-response.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1"
}
}