-
Notifications
You must be signed in to change notification settings - Fork 213
/
package.json
52 lines (52 loc) · 1.77 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
{
"name": "@definitelytyped/eslint-plugin",
"version": "0.1.22",
"description": "ESLint rules for DefinitelyTyped",
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"contributors": [
"Nathan Shively-Sanders <[email protected]> (https://github.com/sandersn)",
"Andy Hanson <[email protected]> (https://github.com/andy-ms)",
"Dan Vanderkam <[email protected]> (https://github.com/danvk)",
"Remco Haszing <[email protected]> (https://github.com/remcohaszing)"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/eslint-plugin"
},
"scripts": {
"build": "tsc -b .",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/eslint-plugin"
},
"dependencies": {
"@definitelytyped/utils": "workspace:*",
"@typescript-eslint/types": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"semver": "^7.6.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^44.0.0",
"typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"
},
"devDependencies": {
"@definitelytyped/eslint-plugin": "link:",
"@types/eslint": "^8.56.12",
"@types/semver": "^7.5.8",
"glob": "^10.4.5",
"jest-file-snapshot": "^0.7.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.7.2",
"typescript-5.4": "npm:typescript@~5.4.0-0",
"typescript-5.5": "npm:typescript@~5.5.0-0"
},
"engines": {
"node": ">=18.18.0"
},
"license": "MIT"
}