-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
38
{
"name": "tiny-intl-monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --config ./.eslintrc.cjs --ignore-path ./.eslintignore --cache",
"release": "lerna publish --no-private",
"git-hooks:commit-msg": "commitlint --edit",
"git-hooks:pre-commit": "lint-staged",
"preversion": "lerna run coverage && lerna run build",
"prepare": "husky install"
},
"keywords": [],
"author": "Phil Schaffarzyk<[email protected]>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@gridventures/eslint-config-base": "^1.3.3",
"@gridventures/eslint-config-react": "^1.4.0",
"@gridventures/eslint-config-solid-js": "^1.4.1",
"@gridventures/eslint-config-typescript": "^1.3.3",
"@types/node": "^20.10.3",
"eslint": "^8.35.0",
"eslint-plugin-solid": "^0.13.0",
"husky": "^8.0.3",
"lerna": "^7.4.1",
"lint-staged": "^15.0.1",
"patch-package": "^8.0.0",
"path": "^0.12.7",
"prettier": "^2.8.4",
"typescript": "^5.2.2"
},
"workspaces": [
"packages/*"
]
}