-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "advent-of-code-2021",
"version": "0.0.0-development",
"description": "It's written in Rust!",
"main": "src/main.rs",
"scripts": {
"format": "prettier --write .",
"release": "semantic-release"
},
"engines": {
"node": ">=22.11.0",
"npm": ">=10.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/kristof-mattei/advent-of-code-2021.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kristof-mattei/advent-of-code-2021/issues"
},
"homepage": "https://github.com/kristof-mattei/advent-of-code-2021#readme",
"devDependencies": {
"@actions/tool-cache": "2.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/github": "11.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"prettier": "3.4.1",
"semantic-release": "24.2.0"
},
"publishConfig": {
"access": "restricted"
}
}