|
1 | 1 | {
|
2 |
| - "name": "openapi-typescript-codegen", |
3 |
| - "version": "0.29.0", |
| 2 | + "name": "openapi-typescript-codegen-leyiya", |
| 3 | + "version": "0.33.0", |
4 | 4 | "description": "Library that generates Typescript clients based on the OpenAPI specification.",
|
5 | 5 | "author": "Ferdi Koomen",
|
6 |
| - "homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen", |
| 6 | + "homepage": "https://github.com/a-leyi/openapi-typescript-codegen", |
7 | 7 | "repository": {
|
8 | 8 | "type": "git",
|
9 |
| - "url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git" |
| 9 | + "url": "git+https://github.com/a-leyi/openapi-typescript-codegen.git" |
10 | 10 | },
|
11 | 11 | "bugs": {
|
12 |
| - "url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues" |
| 12 | + "url": "https://github.com/a-leyi/openapi-typescript-codegen/issues" |
13 | 13 | },
|
14 | 14 | "license": "MIT",
|
15 | 15 | "keywords": [
|
|
55 | 55 | "test:e2e": "jest --selectProjects E2E --runInBand --verbose",
|
56 | 56 | "eslint": "eslint .",
|
57 | 57 | "eslint:fix": "eslint . --fix",
|
58 |
| - "prepare": "npm run clean && npm run release", |
| 58 | + "prepare": "", |
59 | 59 | "codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
|
60 | 60 | "docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
|
61 | 61 | },
|
|
67 | 67 | "handlebars": "^4.7.8"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 |
| - "@angular-devkit/build-angular": "19.2.10", |
71 |
| - "@angular/animations": "17.3.3", |
72 |
| - "@angular/cli": "17.3.3", |
73 |
| - "@angular/common": "17.3.3", |
74 |
| - "@angular/compiler": "17.3.3", |
75 |
| - "@angular/compiler-cli": "17.3.3", |
76 |
| - "@angular/core": "17.3.3", |
77 |
| - "@angular/forms": "17.3.3", |
78 |
| - "@angular/platform-browser": "17.3.3", |
79 |
| - "@angular/platform-browser-dynamic": "17.3.3", |
80 |
| - "@angular/router": "17.3.3", |
81 | 70 | "@babel/cli": "7.24.8",
|
82 | 71 | "@babel/core": "7.26.7",
|
83 | 72 | "@babel/preset-env": "7.26.0",
|
|
0 commit comments