{
  "name": "zeev-binder",
  "version": "0.2.3",
  "description": "Non official Zeev BPMS form field data binding",
  "main": "dist/binder.esm.js",
  "module": "dist/binder.esm.js",
  "browser": "dist/binder.js",
  "scripts": {
    "dev": "rollup -c -w",
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "lint": "eslint . --max-warnings=0 --fix",
    "prepare": "husky install"
  },
  "lint-staged": {
    "src/**/*.js": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pedbernardo/zeev-binder.git"
  },
  "keywords": [
    "zeev",
    "orquestra",
    "bpm",
    "bpms",
    "bind",
    "form"
  ],
  "author": "Pedro Bernardo <pedrovbernardo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pedbernardo/zeev-binder/issues"
  },
  "homepage": "https://github.com/pedbernardo/zeev-binder#readme",
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.8",
    "@commitlint/cli": "^16.0.2",
    "@commitlint/config-conventional": "^16.0.0",
    "@types/jest": "^27.4.0",
    "babel-jest": "^27.4.6",
    "eslint": "7.12.1",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "4.2.1",
    "husky": "^7.0.4",
    "jest": "^27.4.7",
    "lint-staged": "^12.1.7",
    "rimraf": "^3.0.2",
    "rollup": "^2.64.0"
  }
}
