@tsed/openspec
Version:
OpenSpec2 and OpenSpec3 interfaces declarations for TypeScript application
48 lines • 1.23 kB
JSON
{
"name": "@tsed/openspec",
"description": "OpenSpec2 and OpenSpec3 interfaces declarations for TypeScript application",
"type": "module",
"version": "8.8.0",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
}
},
"scripts": {
"build": "yarn barrels && yarn build:ts",
"barrels": "barrels",
"build:ts": "tsc --build tsconfig.esm.json"
},
"keywords": [
"TypeScript",
"interfaces",
"OpenSpec",
"open-spec",
"swagger",
"OAS3",
"OAS2",
"JsonSchema"
],
"devDependencies": {
"@tsed/barrels": "8.8.0",
"@tsed/typescript": "8.8.0",
"eslint": "9.12.0",
"typescript": "5.4.5"
},
"dependencies": {},
"peerDependencies": {},
"repository": "https://github.com/tsedio/tsed",
"bugs": {
"url": "https://github.com/tsedio/tsed/issues"
},
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/specs/openspec",
"author": "Romain Lenzotti",
"license": "MIT"
}