mirror of
https://github.com/DeBrosOfficial/network.git
synced 2026-01-30 21:13:03 +00:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"name": "nodejs-backend-test",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {}
|
|
}
|