{
	"name": "@flying-dice/tslua-openapi",
	"version": "0.32.23",
	"description": "Re-export of https://github.com/metadevpro/openapi3-ts/ library for tslua",
	"keywords": [
		"lua",
		"http",
		"api",
		"openapi"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/flying-dice/tslua-dcs.git"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"license": "ISC",
	"types": "./dist/index.d.ts",
	"main": "./dist/index",
	"scripts": {
		"build": "rimraf dist && tsc -p tsconfig.tstl.json && tstl -p tsconfig.tstl.json",
		"build:docs": "typedoc"
	},
	"dependencies": {
		"@flying-dice/tslua-http": "^0.32.23"
	},
	"devDependencies": {
		"lua-types": "^2.13.1",
		"typescript": "^5.7.2",
		"typescript-to-lua": "^1.28.1"
	},
	"gitHead": "e715b6d23e6bde49276227a83d8595250b4d38bf"
}
