.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / visitor-keys / package.json
1 {
2   "name": "@typescript-eslint/visitor-keys",
3   "version": "3.10.1",
4   "description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
5   "keywords": [
6     "eslint",
7     "typescript",
8     "estree"
9   ],
10   "engines": {
11     "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
12   },
13   "files": [
14     "dist",
15     "package.json",
16     "README.md",
17     "LICENSE"
18   ],
19   "repository": {
20     "type": "git",
21     "url": "https://github.com/typescript-eslint/typescript-eslint.git",
22     "directory": "packages/visitor-keys"
23   },
24   "bugs": {
25     "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
26   },
27   "license": "MIT",
28   "main": "dist/index.js",
29   "types": "dist/index.d.ts",
30   "scripts": {
31     "build": "tsc -b tsconfig.build.json",
32     "clean": "tsc -b tsconfig.build.json --clean",
33     "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
34     "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
35     "test": "jest --coverage",
36     "typecheck": "tsc -p tsconfig.json --noEmit"
37   },
38   "dependencies": {
39     "eslint-visitor-keys": "^1.1.0"
40   },
41   "devDependencies": {
42     "@typescript-eslint/types": "3.10.1"
43   },
44   "funding": {
45     "type": "opencollective",
46     "url": "https://opencollective.com/typescript-eslint"
47   },
48   "gitHead": "43b1201a73687e29f19a16b0b26f68569f3c7a2e"
49 }