-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "@softboxlab/eslint-config-gandalf-lint-node",
"version": "0.2.2",
"description": "Your bad Node code shall not pass",
"main": "index.js",
"scripts": {
"test": "echo 'tested'",
"release:tags": "git push && git push --tags",
"release:patch": "npm version patch && npm run release:tags",
"release:minor": "npm version minor && npm run release:tags",
"release:major": "npm version major && npm run release:tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftboxLab/gandalf-lint-node.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"lint",
"js",
"backend",
"web",
"styleguide",
"es6",
"es2015",
"es2016",
"es2017",
"es2018"
],
"author": "Lucas Vilaboim <lucas@vilaboim.com> (https://vilaboim.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SoftboxLab/gandalf-lint-node/issues"
},
"homepage": "https://github.com/SoftboxLab/gandalf-lint-node#readme",
"dependencies": {
"@softboxlab/eslint-config-gandalf-lint": "^1.5.2",
"eslint-plugin-security": "^1.4.0"
},
"peerDependencies": {
"eslint": "^6.4.0 || ^6.8.0 || ^7.22.0"
}
}