instant-opinion-server/package.json

17 lines
307 B
JSON
Raw Normal View History

2022-06-21 17:25:12 +00:00
{
"name": "instant-opinion-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1"
}
}