package.json - npm init

This commit is contained in:
Nick Stokoe
2022-12-30 18:09:58 +00:00
parent 6c92b71e79
commit 01abfe90ac

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "new-year-countdown",
"version": "1.0.0",
"description": "Count down each New Year's arrival around the world",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}