-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 880 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"postinstall": "husky install",
"lerna": "lerna",
"lint": "eslint ./packages/**/*.js",
"prettier": "prettier -c .",
"release": "yarn lerna publish -m 'chore(release): publish' --conventional-commits --yes --create-release github"
},
"workspaces": [
"packages/**"
],
"engines": {
"node": "20.x"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/preset-env": "7.22.9",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@sitaggart/eslint-config": "workspace:*",
"@sitaggart/prettier-config": "workspace:*",
"dotenv": "16.3.1",
"eslint": "8.46.0",
"husky": "8.0.3",
"lerna": "7.1.4",
"precise-commits": "1.0.2",
"prettier": "3.0.1"
},
"packageManager": "[email protected]"
}