forked from r2d2bzh/js-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
45
46
47
48
49
{
"name": "@r2d2bzh/js-rules",
"version": "0.2.2",
"description": "enforce r2d2bzh javascript rules",
"bin": {
"r2d2bzh-js-rules": "./bin.js"
},
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"test": "./bin.js && npm run lint"
},
"repository": {
"type": "git",
"url": "[email protected]:r2d2bzh/js-rules.git"
},
"keywords": [
"javascript",
"rules",
"r2d2bzh"
],
"author": "r2d2bzh",
"license": "ISC",
"bugs": {
"url": "https://github.com/r2d2bzh/js-rules/issues"
},
"homepage": "https://github.com/r2d2bzh/js-rules#readme",
"publishConfig": {
"access": "public"
},
"adoc-dependencies-tag": " tag::dependencies[] ",
"dependencies": {
"@r2d2bzh/eslint-config": "0.2.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-requirejs": "4.0.1",
"husky": "6.0.0",
"prettier": "2.3.0",
"pretty-quick": "3.1.0"
},
"adoc-dependencies-end": " end::dependencies[] "
}