UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@typescript-eslint/experimental-utils",
3 "version": "4.30.0",
4 "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5 "keywords": [
6 "eslint",
7 "typescript",
8 "estree"
9 ],
10 "engines": {
11 "node": "^10.12.0 || >=12.0.0"
12 },
13 "files": [
14 "dist",
15 "_ts3.4",
16 "package.json",
17 "README.md",
18 "LICENSE"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/typescript-eslint/typescript-eslint.git",
23 "directory": "packages/experimental-utils"
24 },
25 "bugs": {
26 "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
27 },
28 "license": "MIT",
29 "main": "dist/index.js",
30 "types": "dist/index.d.ts",
31 "scripts": {
32 "build": "tsc -b tsconfig.build.json",
33 "postbuild": "downlevel-dts dist _ts3.4/dist",
34 "clean": "tsc -b tsconfig.build.json --clean",
35 "postclean": "rimraf dist && rimraf _ts3.4 && rimraf coverage",
36 "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
37 "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
38 "test": "jest --coverage",
39 "typecheck": "tsc -p tsconfig.json --noEmit"
40 },
41 "dependencies": {
42 "@types/json-schema": "^7.0.7",
43 "@typescript-eslint/scope-manager": "4.30.0",
44 "@typescript-eslint/types": "4.30.0",
45 "@typescript-eslint/typescript-estree": "4.30.0",
46 "eslint-scope": "^5.1.1",
47 "eslint-utils": "^3.0.0"
48 },
49 "peerDependencies": {
50 "eslint": "*"
51 },
52 "devDependencies": {
53 "typescript": "*"
54 },
55 "funding": {
56 "type": "opencollective",
57 "url": "https://opencollective.com/typescript-eslint"
58 },
59 "typesVersions": {
60 "<3.8": {
61 "*": [
62 "_ts3.4/*"
63 ]
64 }
65 },
66 "gitHead": "26de6459a38389fff86351c1aa0881b11dc2a76a"
67}