mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"name": "http-nodejs",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Aiden Bai",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "node server.mjs"
|
|
}
|
|
}
|