-
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) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 742 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": "lamlib-drawer",
"version": "1.0.6",
"description": "",
"license": "ISC",
"author": "lamlib",
"type": "module",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"test": "vitest",
"test:browser": "vitest",
"commit": "cz",
"release": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@vitest/browser": "^3.1.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.0",
"playwright": "^1.52.0",
"standard-version": "^9.5.0",
"vitest": "^3.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}