22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"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"
|
|
}
|