-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "advent-of-code-2021",
"version": "2021.H0.H0.H0",
"description": "",
"main": "aoc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camerondubas/advent-of-code-2021.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/camerondubas/advent-of-code-2021/issues"
},
"homepage": "https://github.com/camerondubas/advent-of-code-2021#readme",
"dependencies": {
"commander": "^8.3.0",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"node-fetch": "^2.6.6",
"turndown": "^7.1.1"
},
"devDependencies": {
"eslint": "^8.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
},
"bin": {
"aoc": "./bin/index.js"
},
"engines": {
"node": ">= 16.13.0"
}
}