-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 989 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
{
"name": "avm-tools",
"private": true,
"description": "A monorepo that contains types, utilities and general tools that help developers navigate the AVM ecosystem. ",
"repository": {
"type": "git",
"url": "https://github.com/agoralabs-sh/avm-tools"
},
"engines": {
"node": ">=20.18.0"
},
"packageManager": "pnpm@10.3.0",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@anolilab/semantic-release-pnpm": "1.1.8",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "catalog:",
"semantic-release": "^23.1.1",
"semantic-release-monorepo": "^8.0.2"
}
}