-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
39 lines (39 loc) · 1 KB
/
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
39
{
"name": "advent-of-code",
"version": "1.0.0",
"description": "Trevor Gau's solutions to Advent of Code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/T-Hugs/advent-of-code.git"
},
"author": "Trevor Gau",
"license": "MIT",
"bugs": {
"url": "https://github.com/T-Hugs/advent-of-code/issues"
},
"homepage": "https://github.com/T-Hugs/advent-of-code#readme",
"dependencies": {
"@types/fast-levenshtein": "^0.0.2",
"@types/inquirer": "^8.1.3",
"@types/lodash": "^4.14.191",
"@types/mkdirp": "^1.0.2",
"@types/node": "^22.10.1",
"@types/node-localstorage": "^1.3.0",
"a-star": "^0.2.0",
"chalk": "^4.1.2",
"core-js": "^3.33.3",
"fast-levenshtein": "^3.0.0",
"inquirer": "^8.0.0",
"js-combinatorics": "^2.1.2",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-localstorage": "^2.2.1",
"playwright-chromium": "^1.28.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}