-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"name": "razzle-plugins",
"description": "Plugins for Razzle",
"scripts": {
"lint": "eslint '**/*.js'",
"format": "prettier --write '**/*.js' && eslint '**/*.js' --fix",
"release": "lerna version && lerna publish from-package",
"prepare": "[ -n \"$CI\" ] && exit 0 || husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rambler-digital-solutions/razzle-plugins.git"
},
"author": "Andrey Polischuk <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@rambler-tech/eslint-config": "^0.13.0",
"@rambler-tech/prettier-config": "^0.1.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"prettier": "^3.2.4"
},
"workspaces": [
"packages/*"
]
}