@nu-art/schema-to-types
Version:
schema-to-types - Express & Typescript based backend framework
53 lines • 1.17 kB
JSON
{
"name": "@nu-art/schema-to-types",
"version": "0.500.6",
"description": "schema-to-types - Express & Typescript based backend framework",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js"
}
},
"keywords": [
"TacB0sS",
"infra",
"nu-art",
"thunderstorm",
"typescript",
"schema-to-types"
],
"homepage": "https://github.com/nu-art-js/thunderstorm",
"bugs": {
"url": "https://github.com/nu-art-js/thunderstorm/issues"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nu-art-js/thunderstorm.git"
},
"license": "Apache-2.0",
"author": "TacB0sS",
"files": [
"**/*"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^14.2.0",
"command-line-args": "^6.0.1",
"quicktype-core": "^23.2.6"
},
"devDependencies": {
"@types/readable-stream": "^4.0.21",
"@types/urijs": "^1.19.25",
"@types/command-line-args": "^5.2.3"
},
"unitConfig": {
"type": "typescript-lib"
}
}