aoc-2024/nine/package.json

15 lines
272 B
JSON
Raw Normal View History

2024-12-13 06:18:43 +01:00
{
"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": ""
}