mirror of
https://github.com/DeBrosOfficial/network.git
synced 2026-01-30 19:03:03 +00:00
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"name": "test-node-api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|