Archived
1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
api-ts-gen/package.json
dependabot[bot] 9f3dc57307
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 23:35:43 +00:00

47 lines
1,012 B
JSON

{
"name": "@sup39/api-ts-gen",
"version": "2.0.6-a",
"description": "OpenAPI code generator for TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"lint": "eslint lib bin --ext ts --ext js"
},
"author": "sup39",
"license": "MIT",
"repository": {
"url": "https://github.com/sup39/api-ts-gen",
"type": "git"
},
"keywords": [
"openapi",
"swagger",
"typescript",
"codegen"
],
"files": [
"dist/*",
"bin/*",
"utils"
],
"bin": {
"api-codegen": "bin/api-codegen.js"
},
"devDependencies": {
"@types/js-yaml": "^3.12.3",
"@types/node": "^14.0.27",
"@types/qs": "^6.9.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"axios": "^0.21.1",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"typescript": "^3.8.3"
},
"dependencies": {
"js-yaml": "^3.13.1",
"qs": "^6.9.4"
}
}