.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / package.json
1 {
2   "name": "@typescript-eslint/experimental-utils",
3   "version": "3.10.1",
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",
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.3",
43     "@typescript-eslint/types": "3.10.1",
44     "@typescript-eslint/typescript-estree": "3.10.1",
45     "eslint-scope": "^5.0.0",
46     "eslint-utils": "^2.0.0"
47   },
48   "peerDependencies": {
49     "eslint": "*"
50   },
51   "devDependencies": {
52     "typescript": "*"
53   },
54   "funding": {
55     "type": "opencollective",
56     "url": "https://opencollective.com/typescript-eslint"
57   },
58   "typesVersions": {
59     "<3.8": {
60       "*": [
61         "_ts3.4/*"
62       ]
63     }
64   },
65   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
66 }