-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 986 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
{
"name": "@colony/eslint-config-colony",
"version": "10.0.0",
"description": "eslint configuration for Colony projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"author": "Christian Maniewski <[email protected]>",
"license": "MIT",
"peerDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/JoinColony/eslint-config-colony"
},
"keywords": [
"eslint",
"config"
],
"bugs": {
"url": "https://github.com/JoinColony/eslint-config-colony/issues"
},
"homepage": "https://github.com/JoinColony/eslint-config-colony",
"devDependencies": {
"release-it": "^17.1.1"
}
}