-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
32 lines (32 loc) · 936 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
{
"name": "eslint-plugin-zowe-explorer",
"version": "3.1.0-SNAPSHOT",
"description": "Custom ESLint Rules for ZOWE Explorer",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "",
"main": "lib/index.js",
"private": true,
"scripts": {
"clean": "echo \"eslint-plugin: nothing to clean.\"",
"fresh-clone": "pnpm clean && (rimraf node_modules || true)",
"test": "jest",
"build": "echo \"eslint-plugin: nothing to build.\"",
"lint": "echo \"eslint-plugin: nothing to lint.\"",
"lint:html": "echo \"eslint-plugin: nothing to lint.\"",
"madge": "echo \"eslint-plugin: nothing for madge.\"",
"pretty": "echo \"eslint-plugin: nothing to pretty.\"",
"package": "echo \"eslint-plugin: nothing to package.\""
},
"devDependencies": {
"requireindex": "^1.1.0",
"rewire": "^6.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "EPL-2.0"
}