{
  "name": "wp-libre-formbuilder",
  "version": "1.0.2-alpha",
  "description": "> Formbuilder addon for WP Libre Form",
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf builder",
    "clone": "git clone git@github.com:k1sul1/wp-libreformbuilder-js.git buildertmp",
    "build": "cd buildertmp && npm install && npm run build && mv build ../builder && cd .. && rm -rf buildertmp",
    "updateBuilder": "npm-run-all clean clone build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k1sul1/wp-libre-formbuilder.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/k1sul1/wp-libre-formbuilder/issues"
  },
  "homepage": "https://github.com/k1sul1/wp-libre-formbuilder#readme",
  "dependencies": {
    "npm-run-all": "^4.1.3"
  }
}
