@tsed/schema-formio
Version:
Transform Ts.ED Schema & JsonSchema to a valid Formio schema
91 lines • 2.19 kB
JSON
{
"name": "@tsed/schema-formio",
"description": "Transform Ts.ED Schema & JsonSchema to a valid Formio schema",
"type": "module",
"version": "8.23.0",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
"typings": "./lib/types/index.d.ts",
"browser": "./lib/esm/index.js",
"exports": {
".": {
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"browser": "./lib/esm/index.js",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
}
},
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && yarn barrels && yarn build:ts",
"barrels": "barrels",
"test": "vitest run",
"build:ts": "tsc --build tsconfig.esm.json",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"keywords": [
"TypeScript",
"decorators",
"models",
"json",
"schema",
"JsonSchema",
"formio",
"class",
"classes",
"tsed"
],
"dependencies": {
"@tsed/formio-types": "8.23.0",
"change-case": "^5.4.4",
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "8.23.0",
"@tsed/core": "8.23.0",
"@tsed/openspec": "8.23.0",
"@tsed/schema": "8.23.0",
"@tsed/typescript": "8.23.0",
"eslint": "9.12.0",
"typescript": "5.9.3",
"vite": "7.1.11",
"vitest": "3.2.4"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/openspec": ">=8.0.0",
"@tsed/schema": ">=8.0.0",
"formiojs": ">=4.0.0",
"lodash": ">=4.0.0",
"moment": ">=2.0.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
"optional": false
},
"@tsed/openspec": {
"optional": false
},
"@tsed/schema": {
"optional": false
},
"formiojs": {
"optional": false
},
"lodash": {
"optional": false
},
"moment": {
"optional": false
}
},
"repository": "https://github.com/tsedio/tsed",
"bugs": {
"url": "https://github.com/tsedio/tsed/issues"
},
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/third-parties/schema-formio",
"author": "Romain Lenzotti",
"license": "MIT"
}