blah2/api/package.json

15 lines
260 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",
"js-yaml": "^4.1.0"
2023-05-04 11:25:37 +00:00
}
}