mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
13 lines
235 B
JSON
13 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"
|
|
}
|
|
}
|