-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
39
40
41
42
43
44
45
46
{
"name": "simplecomponent",
"description": "React components made simple",
"private": true,
"version": "0.1.2",
"author": {
"name": "Rodolfo Pereira",
"email": "phinpho@gmail.com",
"url": "https://phinpho.github.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phinpho/simplecomponent.git"
},
"workspaces": [
"packages/*"
],
"engines": {
"bun": ">=1.2.8"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@commitlint/format": "^19.8.0",
"@eslint/js": "^9.23.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/conventional-changelog": "^6.0.0",
"@types/node": "^22.13.16",
"commitlint": "^19.8.0",
"conventional-changelog": "^6.0.0",
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.23.0",
"husky": "^9.1.7",
"isomorphic-git": "^1.30.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0"
},
"scripts": {
"postinstall": "husky",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint": "eslint",
"tag": ""
}
}