-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 934 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
34
{
"name": "@aaronghx/eslint-config-monorepo",
"version": "0.1.11",
"description": "AaronGuo的eslint-config",
"keywords": [
"AaronGuo 's eslint-config"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/HongxuanG/eslint-config.git"
},
"author": "AaronGuo",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --force --access public"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/HongxuanG/eslint-config/issues"
},
"homepage": "https://github.com/HongxuanG/eslint-config#readme",
"devDependencies": {
"@aaronghx/eslint-config": "workspace:*",
"bumpp": "^8.2.1",
"eslint": "^8.28.0",
"typescript": "^4.9.3"
}
}