-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.19 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
48
{
"name": "eslint-config-ipfs",
"description": "ESLint Shareable Config for IPFS project",
"version": "0.0.0-dev",
"bugs": {
"url": "https://github.com/ipfs/eslint-config-ipfs/issues"
},
"homepage": "https://github.com/ipfs/eslint-config-ipfs",
"keywords": [
"eslint",
"eslintconfig",
"ipfs"
],
"license": "(Apache-2.0 AND MIT)",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-etc": "^1.1.7",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
},
"devDependencies": {
"eslint": "^7.15.0",
"tape": "^5.0.1",
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"eslintConfig": {
"extends": "."
},
"repository": {
"type": "git",
"url": "git://github.com/standard/eslint-config-standard.git"
}
}