-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 835 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
{
"name": "advent-of-code-22",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"one": "node 1/index.js",
"two": "node 2/index.js",
"three": "node 3/index.js",
"four": "node 4/index.js",
"five": "node 5/index.js",
"six": "node 6/index.js",
"seven": "node 7/index.js",
"eight": "node 8/index.js",
"nine": "node 9/index.js",
"ten": "node 10/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drillman/advent-of-code-22.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Drillman/advent-of-code-22/issues"
},
"homepage": "https://github.com/Drillman/advent-of-code-22#readme",
"dependencies": {
"lodash": "^4.17.21"
}
}