mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
127 lines
4.2 KiB
JSON
127 lines
4.2 KiB
JSON
{
|
|
"name": "openapi-typescript-codegen",
|
|
"version": "0.23.0",
|
|
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
|
|
"author": "Ferdi Koomen",
|
|
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"openapi",
|
|
"swagger",
|
|
"generator",
|
|
"typescript",
|
|
"yaml",
|
|
"json",
|
|
"fetch",
|
|
"xhr",
|
|
"axios",
|
|
"angular",
|
|
"node"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Ferdi Koomen",
|
|
"email": "info@madebyferdi.com"
|
|
}
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "types/index.d.ts",
|
|
"bin": {
|
|
"openapi": "bin/index.js"
|
|
},
|
|
"files": [
|
|
"bin/index.js",
|
|
"dist/index.js",
|
|
"types/index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf ./dist ./test/generated ./test/e2e/generated ./samples/generated ./coverage ./node_modules/.cache",
|
|
"build": "rollup --config --environment NODE_ENV:development",
|
|
"build:watch": "rollup --config --environment NODE_ENV:development --watch",
|
|
"release": "rollup --config --environment NODE_ENV:production",
|
|
"validate": "tsc --project tsconfig.json --noEmit",
|
|
"run": "node ./test/index.js",
|
|
"test": "jest --selectProjects UNIT",
|
|
"test:update": "jest --selectProjects UNIT --updateSnapshot",
|
|
"test:watch": "jest --selectProjects UNIT --watch",
|
|
"test:coverage": "jest --selectProjects UNIT --coverage",
|
|
"test:e2e": "jest --selectProjects E2E --runInBand --verbose",
|
|
"eslint": "eslint .",
|
|
"eslint:fix": "eslint . --fix",
|
|
"prepublishOnly": "npm run clean && npm run release",
|
|
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": "^6.3.0",
|
|
"commander": "^9.4.1",
|
|
"fs-extra": "^10.1.0",
|
|
"handlebars": "^4.7.7",
|
|
"json-schema-ref-parser": "^9.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "14.2.7",
|
|
"@angular/animations": "14.2.8",
|
|
"@angular/cli": "14.2.7",
|
|
"@angular/common": "14.2.8",
|
|
"@angular/compiler": "14.2.8",
|
|
"@angular/compiler-cli": "14.2.8",
|
|
"@angular/core": "14.2.8",
|
|
"@angular/forms": "14.2.8",
|
|
"@angular/platform-browser": "14.2.8",
|
|
"@angular/platform-browser-dynamic": "14.2.8",
|
|
"@angular/router": "14.2.8",
|
|
"@babel/cli": "7.20.7",
|
|
"@babel/core": "7.20.7",
|
|
"@babel/preset-env": "7.20.2",
|
|
"@babel/preset-typescript": "7.18.6",
|
|
"@rollup/plugin-commonjs": "23.0.5",
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@rollup/plugin-typescript": "9.0.2",
|
|
"@types/cross-spawn": "6.0.2",
|
|
"@types/express": "4.17.15",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/glob": "8.0.0",
|
|
"@types/jest": "29.2.5",
|
|
"@types/node": "18.11.18",
|
|
"@types/node-fetch": "2.6.2",
|
|
"@types/qs": "6.9.7",
|
|
"@typescript-eslint/eslint-plugin": "5.48.1",
|
|
"@typescript-eslint/parser": "5.48.1",
|
|
"abort-controller": "3.0.0",
|
|
"axios": "1.2.2",
|
|
"codecov": "3.8.3",
|
|
"cross-spawn": "7.0.3",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-simple-import-sort": "8.0.0",
|
|
"express": "4.18.2",
|
|
"form-data": "4.0.0",
|
|
"glob": "8.0.3",
|
|
"jest": "29.3.1",
|
|
"jest-cli": "29.3.1",
|
|
"node-fetch": "2.6.7",
|
|
"prettier": "2.8.2",
|
|
"puppeteer": "19.4.1",
|
|
"qs": "6.11.0",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "3.2.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rxjs": "7.8.0",
|
|
"ts-node": "10.9.1",
|
|
"tslib": "2.4.1",
|
|
"typescript": "4.8.4",
|
|
"zone.js": "0.11.8"
|
|
},
|
|
"overrides" : {
|
|
"rollup": "3.2.3"
|
|
}
|
|
}
|