UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@typescript-eslint/eslint-plugin-tslint",
3 "version": "2.32.0",
4 "main": "dist/index.js",
5 "typings": "src/index.ts",
6 "description": "TSLint wrapper plugin for ESLint",
7 "keywords": [
8 "eslint",
9 "eslintplugin",
10 "eslint-plugin",
11 "tslint"
12 ],
13 "engines": {
14 "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/typescript-eslint/typescript-eslint.git",
19 "directory": "packages/eslint-plugin-tslint"
20 },
21 "bugs": {
22 "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
23 },
24 "license": "MIT",
25 "scripts": {
26 "build": "tsc -b tsconfig.build.json",
27 "clean": "tsc -b tsconfig.build.json --clean",
28 "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
29 "lint": "eslint . --ext .js,.ts --ignore-path='../../.eslintignore'",
30 "test": "jest --coverage",
31 "typecheck": "tsc -p tsconfig.json --noEmit"
32 },
33 "dependencies": {
34 "@typescript-eslint/experimental-utils": "2.32.0",
35 "lodash": "^4.17.15"
36 },
37 "peerDependencies": {
38 "eslint": "^5.0.0 || ^6.0.0",
39 "tslint": "^5.0.0 || ^6.0.0",
40 "typescript": "*"
41 },
42 "devDependencies": {
43 "@types/lodash": "^4.14.149",
44 "@typescript-eslint/parser": "2.32.0"
45 },
46 "gitHead": "18e7b5befc0a102d7daeccbf7403f4dfc46746c9"
47}