-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 845 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
{
"name": "advent-of-code",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install .husky",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajitbanerjee/advent-of-code.git"
},
"homepage": "https://github.com/rajitbanerjee/advent-of-code#readme",
"devDependencies": {
"@swc/core": "^1.3.100",
"@types/lodash": "*",
"@types/node": "*",
"dijkstrajs": "^1.0.3",
"husky": "^8.0.3",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"regenerator-runtime": "^0.14.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^3.12.0",
"typescript": "^5.7.2"
}
}