|
42 | 42 | "types/index.d.ts"
|
43 | 43 | ],
|
44 | 44 | "scripts": {
|
45 |
| - "clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache", |
46 |
| - "build": "rollup --config --environment NODE_ENV:development", |
47 | 45 | "build:watch": "rollup --config --environment NODE_ENV:development --watch",
|
| 46 | + "build": "rollup --config --environment NODE_ENV:development", |
| 47 | + "clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache", |
| 48 | + "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b", |
| 49 | + "docker": "docker build -t eeelenbaas/openapi-typescript-codegen .", |
| 50 | + "eslint:fix": "eslint . --fix", |
| 51 | + "eslint": "eslint .", |
| 52 | + "postinstall": "npm run clean && npm run release", |
| 53 | + "prepare": "npm run clean && npm run release", |
48 | 54 | "release": "rollup --config --environment NODE_ENV:production",
|
49 |
| - "validate": "tsc --project tsconfig.json --noEmit", |
50 | 55 | "run": "node ./test/index.js",
|
51 |
| - "test": "jest --selectProjects UNIT", |
52 |
| - "test:update": "jest --selectProjects UNIT --updateSnapshot", |
53 |
| - "test:watch": "jest --selectProjects UNIT --watch", |
54 | 56 | "test:coverage": "jest --selectProjects UNIT --coverage",
|
55 | 57 | "test:e2e": "jest --selectProjects E2E --runInBand --verbose",
|
56 |
| - "eslint": "eslint .", |
57 |
| - "eslint:fix": "eslint . --fix", |
58 |
| - "prepare": "npm run clean && npm run release", |
59 |
| - "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b", |
60 |
| - "docker": "docker build -t eeelenbaas/openapi-typescript-codegen ." |
| 58 | + "test:update": "jest --selectProjects UNIT --updateSnapshot", |
| 59 | + "test:watch": "jest --selectProjects UNIT --watch", |
| 60 | + "test": "jest --selectProjects UNIT", |
| 61 | + "validate": "tsc --project tsconfig.json --noEmit" |
61 | 62 | },
|
62 | 63 | "dependencies": {
|
| 64 | + "@rollup/plugin-commonjs": "25.0.4", |
| 65 | + "@rollup/plugin-node-resolve": "15.2.1", |
| 66 | + "@rollup/plugin-typescript": "11.1.4", |
63 | 67 | "camelcase": "^6.3.0",
|
64 | 68 | "commander": "^11.0.0",
|
| 69 | + "rollup-plugin-terser": "7.0.2", |
| 70 | + "rollup": "3.26.1", |
65 | 71 | "fs-extra": "^11.1.1",
|
66 | 72 | "handlebars": "^4.7.7",
|
67 | 73 | "json-schema-ref-parser": "^9.0.9"
|
|
82 | 88 | "@babel/core": "7.23.0",
|
83 | 89 | "@babel/preset-env": "7.22.20",
|
84 | 90 | "@babel/preset-typescript": "7.23.0",
|
85 |
| - "@rollup/plugin-commonjs": "25.0.4", |
86 |
| - "@rollup/plugin-node-resolve": "15.2.1", |
87 |
| - "@rollup/plugin-typescript": "11.1.4", |
88 | 91 | "@types/cross-spawn": "6.0.3",
|
89 | 92 | "@types/express": "4.17.18",
|
90 | 93 | "@types/fs-extra": "^11.0.1",
|
|
113 | 116 | "puppeteer": "20.9.0",
|
114 | 117 | "qs": "6.11.2",
|
115 | 118 | "rimraf": "5.0.5",
|
116 |
| - "rollup": "3.26.1", |
117 |
| - "rollup-plugin-terser": "7.0.2", |
118 | 119 | "rxjs": "7.8.1",
|
119 | 120 | "ts-node": "10.9.1",
|
120 | 121 | "tslib": "2.6.2",
|
|
0 commit comments