-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "@x-govuk/eslint-config",
"version": "0.0.1",
"description": "Common ESLint configuration for X-GOVUK projects",
"keywords": [
"eslint",
"eslint-config"
],
"homepage": "https://github.com/x-govuk/eslint-config#readme",
"bugs": {
"url": "https://github.com/x-govuk/eslint-config/issues"
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/x-govuk/eslint-config.git"
},
"scripts": {
"test": "eslint . --config index.js",
"release": "np"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.11.0",
"eslint-plugin-promise": "^7.1.0",
"neostandard": "^0.11.0"
},
"devDependencies": {
"np": "^10.0.0"
},
"engines": {
"node": ">=18"
},
"type": "module"
}