|
1 | 1 | { |
2 | | - "name": "@rxts/eslint-plugin-mdx", |
3 | | - "version": "0.7.1", |
| 2 | + "name": "eslint-mdx", |
| 3 | + "version": "0.0.0", |
4 | 4 | "description": "ESLint Parser/Plugin for MDX", |
5 | 5 | "repository": "[email protected]:rx-ts/eslint-plugin-mdx.git", |
6 | 6 | "author": "JounQin <[email protected]>", |
7 | | - "main": "dist", |
8 | 7 | "license": "MIT", |
9 | | - "files": [ |
10 | | - "dist", |
11 | | - "types.d.ts" |
| 8 | + "private": true, |
| 9 | + "workspaces": [ |
| 10 | + "packages" |
12 | 11 | ], |
13 | 12 | "scripts": { |
14 | 13 | "prepublishOnly": "yarn build", |
15 | | - "build": "tsc -P src", |
| 14 | + "postinstall": "lerna clean --yes && lerna bootstrap", |
| 15 | + "build": "tsc -b", |
16 | 16 | "test": "jest", |
17 | 17 | "lint": "EFF_NO_LINK_RULES=true eslint . --ext js,mdx,ts,tsx -f friendly" |
18 | 18 | }, |
19 | | - "keywords": [ |
20 | | - "eslint", |
21 | | - "eslint-parser", |
22 | | - "eslint-plugin", |
23 | | - "eslint-parser-mdx", |
24 | | - "eslint-plugin-mdx", |
25 | | - "mdx", |
26 | | - "eslint-mdx" |
27 | | - ], |
28 | | - "peerDependencies": { |
29 | | - "eslint": ">=5.0.0" |
30 | | - }, |
31 | | - "dependencies": { |
32 | | - "remark-mdx": "^1.1.4", |
33 | | - "remark-parse": "^7.0.0", |
34 | | - "unified": "^8.3.2" |
35 | | - }, |
36 | 19 | "devDependencies": { |
37 | 20 | "@commitlint/config-conventional": "^8.1.0", |
38 | | - "@rxts/eslint-plugin-mdx": "file:config", |
| 21 | + "@rxts/eslint-plugin-mdx": "link:packages/eslint-plugin-mdx/src", |
39 | 22 | "@types/eslint": "^4.16.6", |
40 | 23 | "@types/jest": "^24.0.16", |
41 | 24 | "@types/node": "^12.6.9", |
|
46 | 29 | "eslint": "^6.1.0", |
47 | 30 | "eslint-config-1stg": "~5.4.1", |
48 | 31 | "eslint-formatter-friendly": "^7.0.0", |
| 32 | + "eslint-mdx": "link:packages/eslint-mdx/src", |
49 | 33 | "eslint-plugin-jest": "^22.14.1", |
50 | 34 | "husky": "^3.0.2", |
51 | 35 | "jest": "^24.8.0", |
| 36 | + "lerna": "^3.16.4", |
52 | 37 | "lint-staged": "^9.2.1", |
53 | 38 | "prettier": "1.18.2", |
54 | 39 | "prettier-config-1stg": "^0.1.0", |
55 | 40 | "react": "^16.8.6", |
| 41 | + "remark-mdx": "^1.1.5", |
| 42 | + "remark-parse": "^7.0.0", |
56 | 43 | "standard-version": "^7.0.0", |
57 | 44 | "ts-jest": "^24.0.2", |
58 | 45 | "ts-node": "^8.3.0", |
59 | | - "typescript": "^3.5.3" |
| 46 | + "typescript": "^3.5.3", |
| 47 | + "unified": "^8.3.2" |
60 | 48 | } |
61 | 49 | } |
0 commit comments