-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 954 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
39
40
41
42
43
44
{
"name": "@aliatech/eslint-config-aliatech",
"version": "0.1.2",
"description": "ESLint shareable config for Node code style of ALIA Technologies",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Juan Costa (ALIA Technologies)",
"email": "[email protected]",
"social": "Akeri",
"url": "http://alialabs.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aliatech/eslint-config-aliatech.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"aliatech",
"quality",
"lint",
"eslint",
"code style",
"hint"
],
"devDependencies": {
"eslint": "^5.15.1",
"eslint-plugin-jsdoc": "^4.1.1",
"lodash": "^4.17.11",
"mocha": "^6.0.1",
"should": "^13.2.3"
},
"peerDependencies": {
"eslint": ">=5.15.1"
},
"optionalPeerDependencies": {
"eslint-plugin-jsdoc": "^4.1.1"
}
}