-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 969 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
{
"author": "VideoAmp <[email protected]>",
"bugs": {
"url": "https://github.com/VideoAmp/eslint-plugin-videoamp/issues"
},
"dependencies": {
"eslint-import-resolver-node": "^0.3.2",
"eslint-module-utils": "^2.4.1"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.9.0",
"prettier": "^1.18.2"
},
"homepage": "https://github.com/VideoAmp/eslint-plugin-videoamp#readme",
"license": "Apache-2.0",
"main": "index.js",
"name": "eslint-plugin-videoamp",
"peerDependencies": {
"eslint": ">=5"
},
"prettier": "./prettier.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/VideoAmp/eslint-plugin-videoamp.git"
},
"scripts": {
"lint": "eslint ./ --ext js",
"test": "jest"
},
"version": "0.1.6"
}