UNPKG

@tsed/formio-types

Version:
51 lines 1.28 kB
{ "name": "@tsed/formio-types", "description": "Formio types definition package for Ts.ED framework", "type": "module", "version": "8.15.3", "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.15.3", "@tsed/typescript": "8.15.3", "eslint": "9.12.0", "typescript": "5.4.5" }, "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" }