smartswagger/package.json
2024-05-29 14:16:44 +02:00

62 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smartswagger",
"version": "1.1.3",
"private": false,
"description": "A Swagger toolkit for working with Swagger files, including merging documents and serving APIs with UI.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/smartexpress": "^3.0.108",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@pushrocks/smartpromise": "^3.1.6",
"@types/node-fetch": "^2.5.12",
"@types/swagger-ui-express": "^4.1.3",
"matcher": "^4.0.0",
"node-fetch": "^2.6.6",
"openapi-types": "^9.3.1"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"swagger",
"API documentation",
"swagger-ui",
"redoc",
"express middleware",
"typescript",
"openapi"
],
"homepage": "https://code.foss.global/push.rocks/smartswagger",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartswagger.git"
}
}