advent-of-code-2022/package.json

22 lines
513 B
JSON
Raw Normal View History

2022-12-01 10:27:28 +00:00
{
"name": "advent-of-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aelita4/advent-of-code-2022.git"
},
"keywords": [],
"type": "module",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aelita4/advent-of-code-2022/issues"
},
"homepage": "https://github.com/Aelita4/advent-of-code-2022#readme"
}