-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 944 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-lumapps",
"version": "1.0.0",
"description": "Lumapps customized ESLint rules",
"keywords": [
"eslint",
"eslintplugin",
"eslintrules",
"eslint-plugin",
"eslint-rules",
"Lumapps"
],
"author": "Clément P. <[email protected]> (https://github.com/clementprevot)",
"repository": {
"type": "git",
"url": "https://github.com/lumapps/eslint-plugin-lumapps.git"
},
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:@babel/register ./tests/*.js",
"test:single": "mocha --compilers js:@babel/register"
},
"peerDependencies": {
"eslint": "^6.7.1"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"dedent-js": "^1.0.1",
"eslint": "^6.7.1",
"mocha": "^6.2.2"
},
"license": "MIT",
"private": true
}