blah2/api/package.json
2023-05-04 20:55:37 +09:30

14 lines
235 B
JSON

{
"name": "blah2-api",
"version": "1.0.0",
"description": "blah2-api",
"author": "github.com/30hours",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.1"
}
}