-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": {
"name": "Yehor Sergeenko",
"email": "[email protected]",
"url": "https://github.com/bricss"
},
"bugs": {
"url": "https://github.com/bricss/eslint-config-ultra-refined/issues"
},
"description": "Ultra refined ESLint shareable config 📜",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-plus": "^2.10.1",
"eslint": "^9.15.0",
"globals": "^15.12.0"
},
"files": [
"*.js"
],
"homepage": "https://github.com/bricss/eslint-config-ultra-refined#readme",
"keywords": [
"eslint",
"eslint-config",
"eslint-plugin",
"eslint-stylistic",
"formatter",
"config",
"ultra",
"refined",
"shareableconfig",
"stylistic"
],
"license": "MIT",
"peerDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@eslint/js": "^9.15.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@stylistic/eslint-plugin-plus": "^2.10.1",
"eslint": "^9.15.0",
"globals": "^15.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bricss/eslint-config-ultra-refined.git"
},
"scripts": {
"peerinstall": "node -p \"require('./package.json').peerDependencies\" | sed 's/[\\{\\},]//g ; s/: /@/g' | tr -d ['\\042','\\047'] | tr -s '[:space:]' ' ' | xargs -0 printf \"npm install %s --save-dev\\n\\n\"",
"postinstall": "printf \"To install peer dependencies manually run the following command:\\n\\n\" && npm -s run peerinstall",
"start": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"main": "index.js",
"name": "eslint-config-ultra-refined",
"version": "3.2.8"
}