-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.57 KB
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
{
"name": "eslint-config-pythoncoderas-combo",
"version": "1.1.3",
"description": "Combo config that I will be using in most of my projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --check index.ts && eslint index.ts",
"lint-fix": "prettier --write index.ts && eslint --fix index.ts",
"build": "tsc -b",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo.git"
},
"keywords": [
"eslint",
"config"
],
"author": "PythonCoderAS",
"license": "MIT",
"bugs": {
"url": "https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo/issues"
},
"homepage": "https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo#readme",
"peerDependencies": {
"eslint": "^7.32.0 || ^8.17.0",
"prettier": "^3.3.3",
"typescript": ">=4.2.0"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.0",
"@semantic-release/npm": "^13.0.0",
"@semantic-release/release-notes-generator": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/eslint": "^9.6.0",
"@types/node": "^26.0.0",
"eslint": "^10.0.0",
"prettier": "^3.3.3",
"semantic-release": "^25.0.0"
},
"dependencies": {
"eslint-config-pythoncoderas": "^2.0.0",
"eslint-config-pythoncoderas-typescript": "^2.0.2"
}
}