|
7 | 7 | "author": "Andrew Lisowski <lisowski54@gmail.com>", |
8 | 8 | "main": "dist/index.js", |
9 | 9 | "scripts": { |
10 | | - "build": "tsc -p tsconfig.json", |
| 10 | + "build": "tsc -p tsconfig.build.json", |
11 | 11 | "start": "yarn build --watch", |
12 | 12 | "lint": "eslint src --ext .ts,.js", |
| 13 | + "test": "jest", |
13 | 14 | "release": "auto shipit" |
14 | 15 | }, |
15 | 16 | "keywords": [ |
|
27 | 28 | "endent": "^2.0.1", |
28 | 29 | "micromatch": "^4.0.2", |
29 | 30 | "react-docgen-typescript": "^1.20.1", |
30 | | - "react-docgen-typescript-loader": "^3.7.2", |
31 | 31 | "tslib": "^2.0.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@types/debug": "^4.1.5", |
| 35 | + "@types/jest": "^26.0.16", |
35 | 36 | "@types/micromatch": "^4.0.1", |
36 | 37 | "@types/node": "^14.0.12", |
| 38 | + "@types/react": "^17.0.0", |
37 | 39 | "@types/webpack": "^4.41.17", |
38 | 40 | "@typescript-eslint/eslint-plugin": "2.31.0", |
39 | 41 | "@typescript-eslint/parser": "2.31.0", |
|
44 | 46 | "eslint-config-prettier": "6.11.0", |
45 | 47 | "eslint-config-xo": "0.29.1", |
46 | 48 | "eslint-plugin-import": "2.20.2", |
| 49 | + "eslint-plugin-jest": "^24.1.3", |
47 | 50 | "eslint-plugin-jsdoc": "25.2.0", |
48 | 51 | "eslint-plugin-jsx-a11y": "6.2.3", |
49 | 52 | "eslint-plugin-prettier": "3.1.3", |
| 53 | + "jest": "^26.6.3", |
50 | 54 | "prettier": "^2.0.5", |
| 55 | + "react": "^17.0.1", |
| 56 | + "ts-jest": "^26.4.4", |
51 | 57 | "typescript": "3.8.3" |
52 | 58 | }, |
53 | 59 | "peerDependencies": { |
|
0 commit comments