adventofcode/2021/01/package.json
2023-11-30 22:36:04 +01:00

12 lines
176 B
JSON

{
"name": "01",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type":"module",
"scripts": {
"first": "node first.js",
"second": "node second.js"
}
}