|
2 | 2 | "name": "json-order", |
3 | 3 | "version": "0.0.0-development", |
4 | 4 | "description": "Control the order of properties in JSON via a lookup object - including nested properties.", |
5 | | - "main": "src/index.js", |
6 | | - "types": "src/index.d.ts", |
| 5 | + "main": "index.js", |
| 6 | + "types": "index.d.ts", |
7 | 7 | "files": [ |
8 | | - "src" |
| 8 | + "dist" |
9 | 9 | ], |
10 | 10 | "repository": { |
11 | 11 | "type": "git", |
|
20 | 20 | "test:cover": "jest --coverage", |
21 | 21 | "test:watch": "jest --watch", |
22 | 22 | "test:ci": "jest --ci --coverage", |
23 | | - "compile": "tsc", |
| 23 | + "compile": "tsc -p tsconfig.build.json", |
24 | 24 | "lint": "eslint **/*.{t,j}s", |
25 | 25 | "lint:fix": "yarn lint --fix", |
26 | 26 | "semantic-release": "semantic-release" |
27 | 27 | }, |
28 | 28 | "lint-staged": { |
29 | 29 | "*.{{t,j}s{,x}}": [ |
30 | | - "eslint --fix", |
31 | | - "git add" |
| 30 | + "eslint --fix" |
32 | 31 | ] |
33 | 32 | }, |
34 | 33 | "husky": { |
|
50 | 49 | "@types/babel__core": "^7.1.10", |
51 | 50 | "@types/jest": "^26.0.3", |
52 | 51 | "@types/lodash.clonedeep": "^4.5.6", |
53 | | - "@typescript-eslint/eslint-plugin": "^2.12.0", |
54 | | - "@typescript-eslint/parser": "^2.12.0", |
55 | | - "eslint": "^6.8.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "^4.4.0", |
| 53 | + "@typescript-eslint/parser": "^4.4.0", |
| 54 | + "eslint": "^7.10.0", |
56 | 55 | "eslint-config-prettier": "^6.7.0", |
57 | 56 | "eslint-plugin-import": "^2.19.1", |
58 | | - "eslint-plugin-jest": "^23.1.1", |
| 57 | + "eslint-plugin-jest": "^24.1.0", |
59 | 58 | "eslint-plugin-prettier": "^3.1.2", |
60 | 59 | "husky": "^4.0.1", |
61 | | - "jest": "^25.1.0", |
62 | | - "jest-junit": "^11.0.1", |
63 | | - "lint-staged": "8.2.1", |
64 | | - "prettier": "^1.19.1", |
65 | | - "ts-jest": "^25.0.0", |
66 | | - "tslint": "^6.0.0", |
67 | | - "typescript": "3.9.7", |
68 | | - "semantic-release": "^17.1.2" |
| 60 | + "jest": "^26.5.2", |
| 61 | + "lint-staged": "10.4.0", |
| 62 | + "prettier": "^2.1.2", |
| 63 | + "semantic-release": "^17.1.2", |
| 64 | + "ts-jest": "^26.4.1", |
| 65 | + "typescript": "4.0.3" |
69 | 66 | }, |
70 | 67 | "dependencies": { |
71 | 68 | "lodash.clonedeep": "^4.5.0" |
|
0 commit comments