-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
35
36
37
38
{
"name": "eslint-plugin-wrapper",
"version": "0.1.0-0",
"description": "Write project-specific rules, in your own eslint config file",
"packageManager": "[email protected]",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmkal/eslint-plugin-wrapper.git"
},
"keywords": [
"eslint",
"eslintplugin"
],
"author": "mmkal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mmkal/eslint-plugin-wrapper/issues"
},
"homepage": "https://github.com/mmkal/eslint-plugin-wrapper#readme",
"devDependencies": {
"@types/eslint": "7.28.0",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.2.0",
"np": "github:mmkal/np#pnpm",
"prettier": "2.4.1"
}
}