|
1 | 1 | { |
2 | 2 | "name": "eslint-import-resolver-ts", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.4.1", |
4 | 4 | "description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.", |
5 | 5 | "repository": "[email protected]/rx-ts/eslint-import-resolver-ts.git", |
6 | 6 | "author": "Alex Gorbatchev <[email protected]>", |
|
10 | 10 | }, |
11 | 11 | "main": "lib/cjs", |
12 | 12 | "module": "lib", |
13 | | - "fesm5": "lib/esm", |
14 | 13 | "es2015": "lib/es2015", |
| 14 | + "fesm5": "lib/esm", |
15 | 15 | "types": "lib", |
16 | 16 | "files": [ |
17 | 17 | "lib" |
18 | 18 | ], |
19 | | - "scripts": { |
20 | | - "build:ts": "tsc -b src", |
21 | | - "build:bundle": "r --externals tiny-glob/sync", |
22 | | - "build": "run-p build:*", |
23 | | - "lint": "eslint --ext md,js,ts -f friendly --ignore-pattern tests .", |
24 | | - "test": "eslint -f friendly tests/**/*.{ts,tsx}", |
25 | | - "type-coverage": "type-coverage --cache --ignore-catch --detail --strict" |
26 | | - }, |
27 | 19 | "keywords": [ |
28 | 20 | "typescript", |
29 | 21 | "eslint", |
30 | 22 | "import", |
31 | 23 | "resolver", |
32 | 24 | "plugin" |
33 | 25 | ], |
| 26 | + "scripts": { |
| 27 | + "build": "run-p build:*", |
| 28 | + "build:r": "r", |
| 29 | + "build:ts": "tsc -b src", |
| 30 | + "lint": "eslint --ext md,js,ts -f friendly --ignore-pattern tests .", |
| 31 | + "test": "eslint -f friendly tests/**/*.{ts,tsx}", |
| 32 | + "type-coverage": "type-coverage --cache --detail --ignore-catch --strict" |
| 33 | + }, |
34 | 34 | "peerDependencies": { |
35 | 35 | "eslint": "*", |
36 | 36 | "eslint-plugin-import": "*" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | 39 | "debug": "^4.1.1", |
| 40 | + "eslint-import-resolver-ts": "link:.", |
40 | 41 | "is-glob": "^4.0.1", |
41 | 42 | "resolve": "^1.12.0", |
42 | 43 | "tiny-glob": "^0.2.6", |
43 | 44 | "tsconfig-paths": "^3.9.0" |
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | | - "@1stg/babel-preset": "^0.7.0", |
| 47 | + "@1stg/babel-preset": "^0.7.2", |
47 | 48 | "@1stg/commitlint-config": "^0.1.0", |
48 | | - "@1stg/eslint-config": "^0.12.10", |
| 49 | + "@1stg/eslint-config": "^0.12.18", |
49 | 50 | "@1stg/husky-config": "^0.3.0", |
50 | | - "@1stg/lint-staged": "^0.7.4", |
51 | | - "@1stg/prettier-config": "^0.2.0", |
52 | | - "@1stg/remark-config": "^0.2.1", |
53 | | - "@1stg/rollup-config": "^0.9.5", |
54 | | - "@1stg/tsconfig": "^0.5.1", |
55 | | - "@babel/core": "^7.6.0", |
| 51 | + "@1stg/lint-staged": "^0.8.3", |
| 52 | + "@1stg/prettier-config": "^0.3.4", |
| 53 | + "@1stg/remark-config": "^0.2.2", |
| 54 | + "@1stg/rollup-config": "^0.12.0", |
| 55 | + "@1stg/tsconfig": "^0.6.0", |
| 56 | + "@babel/core": "^7.6.2", |
56 | 57 | "@commitlint/cli": "^8.2.0", |
57 | 58 | "@types/debug": "^4.1.5", |
58 | 59 | "@types/is-glob": "^4.0.1", |
59 | | - "@types/node": "^12.7.5", |
| 60 | + "@types/node": "^12.7.9", |
60 | 61 | "@types/resolve": "^0.0.8", |
61 | 62 | "@types/unist": "^2.0.3", |
62 | 63 | "dummy.js": "link:dummy.js", |
63 | | - "eslint": "^6.4.0", |
64 | | - "husky": "^3.0.5", |
65 | | - "lint-staged": "^9.3.0", |
| 64 | + "eslint": "^6.5.1", |
| 65 | + "husky": "^3.0.8", |
| 66 | + "lint-staged": "^9.4.1", |
66 | 67 | "npm-run-all": "^4.1.5", |
67 | 68 | "prettier": "^1.18.2", |
68 | | - "react": "^16.9.0", |
69 | | - "rollup": "^1.21.4", |
| 69 | + "react": "^16.10.1", |
| 70 | + "rollup": "^1.22.0", |
70 | 71 | "type-coverage": "^2.3.0", |
71 | 72 | "typescript": "^3.6.3" |
72 | 73 | }, |
|
0 commit comments