{
  "name": "@tsed/formio",
  "description": "Formio package for Ts.ED framework",
  "type": "module",
  "version": "8.7.4",
  "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",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "@tsed/formio-types": "8.7.4",
    "@tsed/normalize-path": "8.7.4",
    "tslib": "2.7.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.7.4",
    "@tsed/core": "8.7.4",
    "@tsed/di": "8.7.4",
    "@tsed/mongoose": "8.7.4",
    "@tsed/platform-http": "8.7.4",
    "@tsed/typescript": "8.7.4",
    "@types/async": "3.2.24",
    "eslint": "9.12.0",
    "express": "^4.21.0",
    "formio": "4.2.5",
    "mongodb": "^6.9.0",
    "mongoose": "8.12.2",
    "typescript": "5.4.5",
    "vitest": "3.0.9"
  },
  "peerDependencies": {
    "@tsed/platform-http": ">=8.7.4",
    "express": "^4.17.1",
    "formio": ">=2.0.0",
    "lodash": "^4.17.21",
    "mongodb": "*",
    "mongoose": "^8.7.0"
  },
  "peerDependenciesMeta": {
    "@tsed/platform-http": {
      "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/formio",
  "author": "Romain Lenzotti",
  "license": "MIT"
}