|
8 | 8 | "@contentstack/cli-command": "^1.3.2", |
9 | 9 | "@contentstack/cli-utilities": "^1.8.0", |
10 | 10 | "@contentstack/types-generator": "^2.0.3", |
11 | | - "async": "^3.2.6", |
12 | | - "dotenv": "^16.4.7", |
13 | | - "fancy-test": "^3.0.16", |
14 | | - "graphql": "^16.8.1", |
15 | | - "lodash": "^4.17.21", |
16 | | - "prettier": "^3.4.2", |
17 | | - "tslib": "^2.8.1" |
| 11 | + "dotenv": "^16.4.7" |
18 | 12 | }, |
19 | 13 | "devDependencies": { |
20 | 14 | "@oclif/plugin-help": "^3.3.1", |
21 | 15 | "@oclif/test": "^4.0.9", |
22 | | - "@types/async": "^3.2.24", |
23 | | - "@types/chai": "^4.3.20", |
24 | 16 | "@types/jest": "^26.0.24", |
25 | | - "@types/lodash": "^4.17.14", |
26 | | - "@types/mocha": "^10.0.10", |
27 | 17 | "@types/node": "^10.17.60", |
28 | | - "chai": "^5.1.2", |
29 | 18 | "eslint": "^5.16.0", |
30 | 19 | "eslint-config-oclif": "^3.1.2", |
31 | 20 | "eslint-config-oclif-typescript": "^0.2.0", |
32 | | - "globby": "^10.0.2", |
33 | 21 | "jest": "^26.6.3", |
34 | | - "mocha": "^10.7.3", |
35 | 22 | "oclif": "^3.17.2", |
36 | 23 | "ts-jest": "^26.5.6", |
37 | | - "ts-node": "^10.9.2", |
38 | 24 | "typescript": "^4.9.5" |
39 | 25 | }, |
40 | 26 | "engines": { |
|
63 | 49 | "repository": "Contentstack-Solutions/contentstack-cli-tsgen", |
64 | 50 | "scripts": { |
65 | 51 | "postpack": "rm -f oclif.manifest.json", |
66 | | - "posttest": "eslint . --ext .ts --config .eslintrc", |
| 52 | + "posttest": "eslint . --ext .ts --config .eslintrc --fix", |
67 | 53 | "prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme", |
68 | 54 | "test": "jest --testPathPattern=tests", |
69 | 55 | "version": "oclif readme && git add README.md", |
|
0 commit comments