mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-08-28 19:32:43 +00:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"name": "REPLACE_ME",
|
|
"version": "1.0.0",
|
|
"description": "Simple Hello World that listens on localhost:8080",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"no test specified\" && exit 0",
|
|
"start": "node server.js"
|
|
}
|
|
}
|