{
  "name": "@formio/standard-template",
  "version": "0.1.3",
  "author": "Brendan J Bond <brendanbond@gmail.com>",
  "description": "A basic default template for Form.io forms.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/standard-template.git"
  },
  "homepage": "https://github.com/formio/standard-template#readme",
  "bugs": {
    "url": "https://github.com/formio/standard-template/issues"
  },
  "keywords": [
    "formio",
    "form",
    "template",
    "jsx",
    "forms",
    "form-builder"
  ],
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "devDependencies": {
    "eslint": "^9.19.0",
    "eslint-config-prettier": "^10.0.1",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.23.0",
    "vitest": "^3.0.5",
    "@formio/jsx": "^0.1.0",
    "@formio/core": "^2.8.2"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "lint": "echo \"lint not configured for this package — see FIO-11789\"",
    "prettier": "prettier --write .",
    "check-types": "tsc --noEmit"
  }
}