{
  "name": "influactive-forms",
  "version": "1.5.1",
  "description": "A plugin to create custom forms and display them anywhere on your website.",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
    "lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
    "pre-commit": "npm run lint:fix",
    "pre-push": "npm run lint:fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Influactive360/influactive-forms.git"
  },
  "keywords": [
    "wordpress",
    "plugin",
    "form"
  ],
  "author": "Influactive",
  "license": "GPL-2.0-only",
  "bugs": {
    "url": "https://github.com/Influactive360/influactive-forms/issues"
  },
  "homepage": "https://github.com/Influactive360/influactive-forms#readme",
  "dependencies": {
    "@microsoft/eslint-formatter-sarif": "^3.0.0",
    "sass": "^1.66.1",
    "sortablejs": "^1.15.0",
    "tinymce": "^6.7.0",
    "vite": "^4.4.9"
  },
  "devDependencies": {
    "eslint": "^8.49.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.1"
  }
}
