|
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", |
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 src --ext md,js,ts -f friendly", |
| 31 | + "pretest": "r", |
| 32 | + "test": "eslint tests/**/*.{ts,tsx} -f friendly", |
| 33 | + "type-coverage": "type-coverage --cache --detail --ignore-catch --strict" |
| 34 | + }, |
34 | 35 | "peerDependencies": { |
35 | 36 | "eslint": "*", |
36 | 37 | "eslint-plugin-import": "*" |
|
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.4", |
47 | 48 | "@1stg/commitlint-config": "^0.1.0", |
48 | | - "@1stg/eslint-config": "^0.12.10", |
49 | | - "@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.11.4", |
54 | | - "@1stg/tsconfig": "^0.5.1", |
55 | | - "@babel/core": "^7.6.0", |
| 49 | + "@1stg/eslint-config": "^0.12.20", |
| 50 | + "@1stg/husky-config": "^0.3.1", |
| 51 | + "@1stg/lint-staged": "^0.8.6", |
| 52 | + "@1stg/prettier-config": "^0.4.2", |
| 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.11", |
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 | + "eslint": "^6.5.1", |
64 | 65 | "eslint-import-resolver-typescript": "link:.", |
65 | | - "husky": "^3.0.5", |
66 | | - "lint-staged": "^9.3.0", |
| 66 | + "husky": "^3.0.8", |
| 67 | + "lint-staged": "^9.4.1", |
67 | 68 | "npm-run-all": "^4.1.5", |
68 | 69 | "prettier": "^1.18.2", |
69 | | - "react": "^16.9.0", |
70 | | - "rollup": "^1.21.4", |
| 70 | + "react": "^16.10.2", |
| 71 | + "rollup": "^1.23.1", |
71 | 72 | "type-coverage": "^2.3.0", |
72 | 73 | "typescript": "^3.6.3" |
73 | 74 | }, |
|
0 commit comments