-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 747 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 747 Bytes
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
{
"name": "xxxx/eslint-plugin-ajx",
"version": "1.1.0",
"description": "lint plugins",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"scripts": {
"createrule": "scripty",
"gen-readme-rules": "md-magic --path README.md"
},
"files": [
"docs",
"lib"
],
"main": "lib/index.js",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.0",
"ejs": "^3.1.6",
"eslint": "^7.32.0",
"jscodeshift": "^0.13.0",
"markdown-magic": "^2.5.2",
"scripty": "^2.0.0"
},
"engines": {
"node": ">=12.13.0"
},
"license": "ISC",
"dependencies": {
"ast-types": "^0.14.2",
"requireindex": "^1.2.0"
}
}