15 lines
291 B
JSON
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"
|
|
}
|
|
}
|