blah2/api/package.json

14 lines
235 B
JSON
Raw Normal View History

2023-05-04 11:25:37 +00:00
{
"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"
}
}