-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 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
{
"name": "aoc2024",
"version": "1.0.0",
"description": "Advent of Code 2024 - solutions",
"type": "module",
"scripts": {
"start": "aocrunner day",
"build": "aocrunner build",
"format": "prettier -w src",
"update:readme": "aocrunner update:readme"
},
"keywords": [
"aoc"
],
"author": "Ashley Lamont",
"license": "ISC",
"devDependencies": {
"@types/cytoscape": "^3.21.8",
"@types/node": "^16.11.6",
"aocrunner": "^1.10.0",
"esbuild": "^0.24.2",
"prettier": "^2.8.0",
"type-fest": "^4.30.0"
},
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"cytoscape": "^3.30.4",
"lru-cache": "^11.0.2",
"ml-matrix": "^6.12.0"
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}