-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 837 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
{
"name": "advent-of-code-2021",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node",
"watch": "ts-node-dev --respawn --watch --",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radoslawgrochowski/advent-of-code-2021.git"
},
"author": "radoslawgrochowski",
"bugs": {
"url": "https://github.com/radoslawgrochowski/advent-of-code-2021/issues"
},
"homepage": "https://github.com/radoslawgrochowski/advent-of-code-2021#readme",
"devDependencies": {
"@babel/preset-env": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"jest": "27.4.5",
"prettier": "latest",
"ts-node": "10.4.0",
"ts-node-dev": "1.1.8",
"typescript": "4.5.2"
}
}