fluid-oas
Version:
Build declarative OpenApiv3.* specifications.
40 lines (39 loc) • 948 B
JSON
{
"name": "fluid-oas",
"version": "0.4.7",
"description": "Build declarative OpenApiv3.* specifications.",
"homepage": "https://stoneliucs.github.io/fluid-oas/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"files": [
"README.md",
"LICENSE.md",
"dist"
],
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.5.3",
"ts-morph": "^25.0.1"
},
"peerDependencies": {
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/stoneliuCS/fluid-oas"
},
"keywords": [
"openapi3",
"openapi31",
"ts",
"typescript",
"dsl"
],
"scripts": {
"build": "rm -rf ./dist && mkdir ./dist && bunx tsc --project ./tsconfig.json",
"format": "prettier --log-level silent --write .",
"generate": "rm -rf ./src/core/openapiv3/common.ts && bun run ./src/templates/index.ts && bun run format"
}
}