package.json - add server runscript

This commit is contained in:
Nick Stokoe
2022-12-31 10:15:35 +00:00
parent 2cf33ba2d8
commit 3a7f9e20e5

View File

@@ -4,8 +4,12 @@
"description": "Count down each New Year's arrival around the world",
"main": "index.js",
"scripts": {
"server": "http-server ./www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
}
}