-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.19 KB
/
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
33
34
35
36
37
{
"name": "@victormonserrat/uizard",
"version": "0.0.1",
"description": "",
"author": "Victor Monserrat",
"private": true,
"license": "MIT",
"workspaces": [
"packages/deep-equals",
"packages/name-type",
"packages/either",
"packages/keys-of",
"packages/uuid",
"packages/ddd",
"packages/uizard-client"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"eject": "npm run eject --workspaces --if-present",
"format": "npm run format --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"postinstall": "npm run build --workspaces --if-present",
"prepare": "husky install",
"start": "npm run start --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"test:cov": "npm run test:cov --workspaces --if-present",
"test:e2e": "npm run test:e2e --workspaces --if-present",
"test:integration": "npm run test:integration --workspaces --if-present",
"test:unit": "npm run test:unit --workspaces --if-present"
},
"devDependencies": {
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"husky": "8.0.3",
"lint-staged": "13.2.3"
}
}