initialize npm

This commit is contained in:
Baipyrus 2023-12-08 09:22:19 +01:00
parent 5edbcae3fb
commit 28a82a4bd1

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "aoc23",
"version": "1.0.0",
"description": "Advent of Code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Baipyrus",
"license": "ISC"
}