{
  "name": "ng-formio",
  "version": "5.0.1",
  "description": "The form redering engine behind Form.IO.",
  "main": "lib/index.js",
  "style": "dist/formio.css",
  "author": "",
  "license": "ISC",
  "ossRepo": {
    "repo": "https://github.com/formio/ngFormio.git",
    "srcPath": "."
  },
  "peerDependencies": {
    "angular": "^1.7.8",
    "@formio/js": "^5.5.2"
  },
  "files": [
    "dist",
    "lib"
  ],
  "devDependencies": {
    "@babel/cli": "^7.24.5",
    "@babel/core": "^7.24.5",
    "@babel/plugin-proposal-export-default-from": "^7.24.1",
    "@babel/plugin-proposal-optional-chaining": "^7.14.2",
    "@babel/preset-env": "^7.24.5",
    "core-js": "^3.37.1",
    "eslint": "^9.39.3",
    "vitest": "^3.2.4",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-merge": "^5.7.3",
    "webpack-node-externals": "^3.0.0",
    "@formio/eslint-config": "^0.0.0",
    "@formio/js": "^5.5.2"
  },
  "optionalDependencies": {
    "json-logic-js": "^2.0.0"
  },
  "browserslist": [
    "last 2 versions"
  ],
  "browserify": {
    "transform": [
      "strictify",
      "brfs"
    ]
  },
  "scripts": {
    "build": "babel --verbose ./src --ignore=*.spec.js --out-dir ./lib && webpack --config config/webpack.dev.js && webpack --config config/webpack.prod.js",
    "watch": "babel --verbose ./src --ignore=*.spec.js --out-dir ./lib --watch & webpack --config config/webpack.prod.js --watch",
    "test": "vitest --run",
    "lint": "eslint ."
  }
}