-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 770 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
{
"name": "fe-bootstrap-template",
"version": "1.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git@github-riskers.com:riskers/fe-bootstrap-template.git"
},
"scripts": {
"prepare": "husky install",
"version": "pnpm install && changeset version"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"eslint": "^8.36.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.8.6",
"rimraf": "^3.0.2"
},
"directories": {
"doc": "docs"
}
}