{
  "name": "currency-manager-for-gravity-forms",
  "version": "1.0.0",
  "description": "Currency manager for Gravity Forms",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "jslintfix": "wp-scripts lint-js --fix",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ideawp/currency-manager-for-gf.git"
  },
  "keywords": [
    "Currency",
    "manager",
    "Gravity",
    "Forms"
  ],
  "author": "IdeaWP",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ideawp/currency-manager-for-gf/issues"
  },
  "homepage": "https://github.com/ideawp/currency-manager-for-gf#readme",
  "devDependencies": {
    "@wordpress/scripts": "^30.7.0"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^7.14.0",
    "gulp-freemius-deploy": "^1.0.11",
    "plugin-gulp-utils": "^1.1.6"
  }
}
