-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 895 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",
"version": "1.0.0",
"description": "JS Solutions to Advent of Code puzzles (adventofcode.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/romellem/advent-of-code.git"
},
"keywords": [
"aoc",
"puzzles"
],
"engines": {
"node": ">=12.13.0"
},
"author": "romellem",
"license": "MIT",
"dependencies": {
"@thi.ng/bitstream": "^2.1.3",
"colors": "^1.3.3",
"concurrently": "^6.2.0",
"double-ended-queue": "^2.1.0-0",
"fs-extra": "^10.0.0",
"generatorics": "^1.1.0",
"get-divisors": "^1.0.0",
"heap": "^0.2.7",
"jimp": "^0.16.1",
"jsnetworkx": "^0.3.4",
"lodash": "^4.17.21",
"looped-list": "^0.5.0",
"manhattan": "^1.0.0",
"pathfinding": "^0.4.18",
"redux": "^4.1.0",
"table": "^6.7.1",
"traverse": "^0.6.6",
"von-neumann": "^1.0.1"
}
}