Files
example-node-project/package.json
2020-04-16 10:02:11 +02:00

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"
}
}