pivoter-server/backend/package.json

15 lines
291 B
JSON
Raw Normal View History

2022-12-01 18:30:34 +00:00
{
"name": "backend",
"version": "1.0.0",
"description": "backend for the pivoter server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "osamu-kj",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}