aoc-2024/nine/package.json
2024-12-12 23:18:43 -06:00

14 lines
272 B
JSON

{
"name": "nine",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}