-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "eslint-plugin-san",
"version": "1.0.5",
"description": "Official ESLint plugin for San",
"author": "ecomfe-core",
"keywords": [
"san.js",
"san",
"eslint",
"eslintplugin",
"eslint-plugin"
],
"main": "lib/index.js",
"scripts": {
"test": "jest __tests__/lib/rules",
"test:cover": "jest __tests__/lib/rules --coverage",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"eslint-utils": "^2.1.0",
"san-eslint-parser": "^2.0.5"
},
"devDependencies": {
"@vuepress/plugin-pwa": "^1.7.1",
"@typescript-eslint/parser": "^5.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint4b": "^7.14.0",
"jest": "^26.5.3",
"typescript": "^4.1.2",
"vue-eslint-editor": "^1.1.0",
"vue-router": "3.4.5",
"vuepress": "1.7.1"
},
"files": [
"lib"
],
"engines": {
"node": ">=8.10"
},
"license": "MIT"
}