insomnia/packages/openapi-2-kong/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2020-04-26 20:33:39 +00:00
{
"private": true,
2020-04-26 20:33:39 +00:00
"name": "openapi-2-kong",
"license": "Apache-2.0",
:rocket: 8.6.1 (#7014) * Bump app version to 8.6.1 * feat(unit-tests): Unit test reordering (#7020) * re-orderable test suites * re-orderable tests * fix ts * Use db methods for sorting * sort suites and unit tests in inso * fix suite rename * Fixes https://github.com/Kong/insomnia/issues/7011 (#7012) * Fixes https://github.com/Kong/insomnia/issues/7009 (#7010) * chore: edit changelog process [INS-3456] (#7001) * fix(workspace): Add default name for when creating a workspace (#7046) * Add default name for when creating a design/collection * workspace update and creation * fix filter history keys not being valid selectors (#7040) * remove invalid wide css prop (#7041) * feat(environment): update environments icons (#7050) * update environments icons * fix workspace name * fix one line editor being scrollable (#7059) * change 8.0 to 8 (#7061) * Cleanup page containers and add hint container in the page (#7060) * feat(pane-tabs): Consistent styles for tabs (#7062) * response/request pane tab counts * tab dropdown colors * fix updates to db leading to errors in loader fetchers (#7033) * feat(command-palette): add button to open the command palette (#7064) * add button for quick search * update button styles in project * make it look good with gh stars * fix ts issue * changelog --------- Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com> Co-authored-by: James Gatz <jamesgatzos@gmail.com> Co-authored-by: Jeroen Van den Berghe <vandenberghe.jeroen@gmail.com> Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2024-02-06 12:16:54 +00:00
"version": "8.6.1",
"author": "Kong <office@konghq.com>",
"main": "src/index.ts",
"types": "src/index.ts",
2020-04-26 20:33:39 +00:00
"scripts": {
2021-12-10 23:10:20 +00:00
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"build": "tsc --build tsconfig.build.json",
"test": "jest"
2020-04-26 20:33:39 +00:00
},
"dependencies": {
2022-11-29 17:46:35 +00:00
"@apidevtools/swagger-parser": "10.1.0",
"openapi-types": "^8.0.0",
"slugify": "1.6.5",
2020-04-26 20:33:39 +00:00
"url-join": "^4.0.1",
"yaml": "^2.3.1"
2020-04-26 20:33:39 +00:00
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/url-join": "^4.0.3",
"jest": "^29.7.0",
2022-03-08 23:05:21 +00:00
"type-fest": "^2.12.0"
2020-07-01 23:28:05 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/insomnia.git",
"directory": "packages/openapi-2-kong"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"description": "This module generates Kong Declarative Config and Kong for Kubernetes config, from OpenAPI 3.0 specifications.",
"homepage": "https://github.com/Kong/insomnia#readme"
2020-04-26 20:33:39 +00:00
}