-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "@fusionworks/eslint-config",
"version": "0.0.4",
"private": false,
"description": "All eslint configuraitons for fusionworks bundled in here.",
"main": "index.js",
"scripts": {
"rollup": "rollup",
"build": "rollup -c",
"patch": "npm version patch -m \"[skip travis] Release version: %s\"",
"prerelease": "npm whoami && npm run patch && npm run build",
"release": "npm publish dist --access public"
},
"homepage": "https://github.com/FusionWorks/es-lint",
"repository": {
"url": "https://github.com/FusionWorks/es-lint",
"type": "git"
},
"keywords": [
"npm",
"tsc",
"airbnb",
"eslint",
"angular",
"vue",
"react",
"lint",
"typescript"
],
"author": "GrigoreMe",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"rollup": "^1.23.1",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"peerDependencies": {
"eslint-config-airbnb": "^17.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.3.0"
},
"optionalDependencies": {
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-vue": "^5.2.2"
}
}