@tsed/formio-types
Version:
Formio types definition package for Ts.ED framework
51 lines • 1.28 kB
JSON
{
"name": "@tsed/formio-types",
"description": "Formio types definition package for Ts.ED framework",
"type": "module",
"version": "8.25.1",
"keywords": [
"Formio",
"Ts.ED",
"tsed",
"TypeScript",
"decorators",
"express"
],
"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",
"start": "ts-node test/app/index.ts",
"build:ts": "tsc --build tsconfig.esm.json"
},
"dependencies": {
"tslib": "2.7.0"
},
"peerDependencies": {
"formiojs": ">=4.0.0"
},
"devDependencies": {
"@tsed/barrels": "8.25.1",
"@tsed/typescript": "8.25.1",
"eslint": "9.12.0",
"typescript": "5.9.3"
},
"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/formio-types",
"author": "Romain Lenzotti",
"license": "MIT"
}