AoC-23/package.json

12 lines
223 B
JSON
Raw Normal View History

2023-12-08 08:22:19 +00:00
{
"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"
}