-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "brasil-interface",
"version": "0.0.0",
"license": "MIT",
"private": true,
"author": "Pietro Bondioli <[email protected]>",
"contributors": [
{
"name": "Pietro Bondioli",
"email": "[email protected]"
}
],
"workspaces": [
"packages/*"
],
"scripts": {
"test": "lerna run test --stream",
"test:cli": "lerna run test --scope @brasil-interface/cli --stream",
"test:sdks": "lerna run test --scope @brasil-interface/sdks --stream",
"test:utils": "lerna run test --scope @brasil-interface/utils --stream",
"build": "lerna run build --stream",
"build:cli": "lerna run build --scope @brasil-interface/cli --stream",
"build:sdks": "lerna run build --scope @brasil-interface/sdks --stream",
"build:utils": "lerna run build --scope @brasil-interface/utils --stream",
"publish": "lerna publish",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.6.2",
"husky": "^8.0.0",
"lerna": "^7.3.0"
}
}