pivoter-server/backend/package.json
2022-12-01 13:30:34 -05:00

15 lines
291 B
JSON

{
"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"
}
}