-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 947 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": "@arcblock/eslint-config-ts",
"version": "0.3.3",
"description": "Arcblock's base config for ESLint & Typescript",
"author": "wangshijun <[email protected]>",
"homepage": "https://github.com/ArcBlock/eslint-config#readme",
"license": "ISC",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/eslint-config.git"
},
"bugs": {
"url": "https://github.com/ArcBlock/eslint-config/issues"
},
"dependencies": {
"@arcblock/eslint-config": "workspace:*",
"@arcblock/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-config-airbnb-typescript": "^18.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.2"
},
"peerDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.2"
}
}