-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1013 Bytes
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
38
{
"name": "@br-utils/api",
"version": "1.3.4",
"private": true,
"license": "MIT",
"author": {
"name": "Julio L. Muller",
"url": "https://github.com/juliolmuller"
},
"type": "module",
"scripts": {
"prepare": "bun x husky",
"commit": "commit",
"release": "semantic-release",
"lint": "eslint --fix api/"
},
"dependencies": {
"br-utils": "^2.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/prompt-cli": "^19.8.1",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/node": "^22.18.3",
"@vercel/node": "^5.3.22",
"eslint": "^9.35.0",
"eslint-config-any": "^2.2.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"prettier": "^3.6.2",
"typescript": "^5.9.2"
}
}