|
8 | 8 | "engines": {
|
9 | 9 | "node": ">=6.9.0"
|
10 | 10 | },
|
11 |
| - "main": "lib/cjs.js", |
12 |
| - "module": "lib/esm.js", |
13 |
| - "es2015": "lib/es2015.js", |
14 |
| - "scripts": { |
15 |
| - "build": "r", |
16 |
| - "lint": "EFF_NO_LINK_RULES=true eslint . --ext js,md,ts -f friendly", |
17 |
| - "pretest": "yarn build", |
18 |
| - "test": "jest", |
19 |
| - "prepublishOnly": "yarn test", |
20 |
| - "postinstall": "bash scripts/postinstall.sh || exit 0" |
21 |
| - }, |
| 11 | + "main": "lib/cjs", |
| 12 | + "module": "lib/esm", |
| 13 | + "es2015": "lib/es2015", |
| 14 | + "files": [ |
| 15 | + "lib" |
| 16 | + ], |
22 | 17 | "keywords": [
|
23 | 18 | "babel-preset",
|
24 | 19 | "babel-preset-ts",
|
|
28 | 23 | "babel-typescript",
|
29 | 24 | "typescript"
|
30 | 25 | ],
|
31 |
| - "files": [ |
32 |
| - "lib" |
33 |
| - ], |
| 26 | + "scripts": { |
| 27 | + "build": "r", |
| 28 | + "lint": "eslint . --ext js,md,ts -f friendly", |
| 29 | + "postinstall": "bash scripts/postinstall.sh || exit 0", |
| 30 | + "prepublishOnly": "yarn test", |
| 31 | + "pretest": "r", |
| 32 | + "test": "jest" |
| 33 | + }, |
34 | 34 | "peerDependencies": {
|
35 |
| - "@babel/core": "^7.6.0", |
| 35 | + "@babel/core": "^7.6.2", |
36 | 36 | "typescript": "^3.0.0"
|
37 | 37 | },
|
38 | 38 | "dependencies": {
|
|
54 | 54 | "@babel/plugin-syntax-typescript": "^7.3.3"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@1stg/eslint-config": "^0.9.3", |
58 |
| - "@1stg/husky-config": "^0.3.0", |
59 |
| - "@1stg/lint-staged": "^0.6.0", |
60 |
| - "@1stg/prettier-config": "^0.2.0", |
61 |
| - "@1stg/remark-config": "^0.2.1", |
62 |
| - "@1stg/rollup-config": "^0.9.3", |
63 |
| - "@1stg/tsconfig": "^0.5.0", |
64 |
| - "@babel/cli": "^7.6.0", |
65 |
| - "@babel/core": "^7.6.0", |
66 |
| - "@babel/parser": "^7.6.0", |
67 |
| - "@babel/preset-env": "^7.6.0", |
| 57 | + "@1stg/commitlint-config": "^0.1.0", |
| 58 | + "@1stg/eslint-config": "^0.12.20", |
| 59 | + "@1stg/husky-config": "^0.3.1", |
| 60 | + "@1stg/lint-staged": "^0.8.6", |
| 61 | + "@1stg/prettier-config": "^0.4.2", |
| 62 | + "@1stg/remark-config": "^0.2.2", |
| 63 | + "@1stg/tsconfig": "^0.6.0", |
| 64 | + "@babel/cli": "^7.6.2", |
| 65 | + "@babel/core": "^7.6.2", |
| 66 | + "@babel/parser": "^7.6.2", |
| 67 | + "@babel/preset-env": "^7.6.2", |
68 | 68 | "@babel/preset-typescript": "^7.6.0",
|
69 |
| - "@commitlint/cli": "^8.1.0", |
70 |
| - "@commitlint/config-conventional": "^8.1.0", |
| 69 | + "@commitlint/cli": "^8.2.0", |
| 70 | + "@pkgr/rollup": "^0.2.4", |
71 | 71 | "@types/babel__core": "^7.1.3",
|
72 | 72 | "@types/jest": "^24.0.18",
|
73 |
| - "babel-eslint": "^11.0.0-beta.0", |
74 | 73 | "babel-jest": "^24.9.0",
|
75 | 74 | "babel-preset-proposal-typescript": "link:.",
|
76 |
| - "eslint": "^6.3.0", |
77 |
| - "eslint-formatter-friendly": "^7.0.0", |
78 |
| - "husky": "^3.0.5", |
| 75 | + "eslint": "^6.5.1", |
| 76 | + "husky": "^3.0.8", |
79 | 77 | "jest": "^24.9.0",
|
80 |
| - "lint-staged": "^9.2.5", |
| 78 | + "lint-staged": "^9.4.1", |
81 | 79 | "prettier": "^1.18.2",
|
82 |
| - "rollup": "^1.21.2", |
| 80 | + "rollup": "^1.23.1", |
83 | 81 | "typescript": "^3.6.3"
|
84 | 82 | }
|
85 | 83 | }
|
0 commit comments