{
  "name": "@formio/protected-eval",
  "version": "2.0.0",
  "description": "Protected eval plugin for form.io",
  "main": "lib/index.js",
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc && webpack",
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pre-commit": [
    "lint"
  ],
  "keywords": [
    "Form.io",
    "eval",
    "protected-eval"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@formio/js": "v5.2.1-rc.13",
    "@typescript-eslint/eslint-plugin": "^7.10.0",
    "@typescript-eslint/parser": "^7.10.0",
    "eslint": "^9.3.0",
    "typescript": "^5.4.5",
    "webpack": "^5.72.0",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "@formio/js": ">=5.2.0"
  },
  "dependencies": {
    "@formio/js-interpreter": "1.1.0-formio.4",
    "lodash": "^4.17.21",
    "vm-browserify": "^1.1.2"
  }
}
