-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 910 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
{
"name": "@markedjs/eslint-config",
"version": "1.0.9",
"description": "eslint config used by marked and markedjs extensions",
"main": "eslint.config.js",
"type": "module",
"scripts": {
"test": "eslint"
},
"keywords": [],
"files": [
"eslint.config.js"
],
"author": "Tony Brix <[email protected]> (https://Tony.Brix.ninja)",
"license": "MIT",
"peerDependencies": {
"eslint": ">=9"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.12.1",
"eslint-plugin-n": "^17.15.1",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.1"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"eslint": "^9.17.0",
"semantic-release": "^24.2.1"
}
}