-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
39
40
41
42
43
44
{
"name": "@netiler/eslint-config-netiler",
"version": "0.2.8",
"description": "Netiler ESLint Rules",
"keywords": [
"eslint",
"eslintrc",
"eslintconfig",
"netiler"
],
"main": "index.js",
"scripts": {
"build": "node ./build/index.js",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ultravires/eslint-config-netiler.git"
},
"author": "xiangchengyu <[email protected]> (https://sanphantom.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/ultravires/eslint-config-netiler/issues"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.11.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"vue-eslint-parser": "^8.3.0"
},
"license": "MIT",
"homepage": "https://github.com/ultravires/eslint-config-netiler#readme",
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}