{
  "name": "jquery-form-saver",
  "version": "1.1.2",
  "description": "Save user field and reuse for next page",
  "main": "dist/JqueryFormSaver.js",
  "types": "dist/types/js/JqueryFormSaver.d.ts",
  "module": "dist/esm/JqueryFormSaver.js",
  "exports": {
    ".": {
      "import": "./dist/esm/JqueryFormSaver.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "*.json",
    "LICENSE",
    "*.md"
  ],
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "snyk test",
    "serve": "php -S localhost:4000",
    "clean": "rimraf dist/*",
    "build": "cross-env-shell NODE_ENV=production rollup -c -m",
    "dev": "cross-env-shell NODE_ENV=production rollup -c -m -w"
  },
  "dependencies": {
    "jquery": "^3.7.1"
  },
  "publishConfig": {
    "registry-git": "https://npm.pkg.github.com/",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dimaslanjaka/jquery-form-saver.git"
  },
  "keywords": [
    "save",
    "form",
    "jQuery",
    "VanillaJS"
  ],
  "author": "Dimas Lanjaka",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dimaslanjaka/form-saver/issues"
  },
  "homepage": "https://github.com/dimaslanjaka/form-saver#readme",
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-multi-entry": "^4.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/babel__core": "^7.20.5",
    "@types/eslint": "^8",
    "@types/fancy-log": "^2.0.2",
    "@types/gulp": "^4.0.17",
    "@types/gulp-tap": "^1.0.5",
    "@types/jquery": "*",
    "@types/rollup-plugin-auto-external": "^2",
    "@types/through": "0.0.33",
    "@types/vinyl-source-stream": "0.0.34",
    "@typescript-eslint/eslint-plugin": "^6.20.0",
    "@typescript-eslint/parser": "^6.20.0",
    "ansi-colors": "^4.1.3",
    "browser-sync": "^3.0.2",
    "browserify": "^17.0.0",
    "cross-env": "^7.0.3",
    "del": "^7.1.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "fancy-log": "^2.0.0",
    "jshint": "^2.13.6",
    "jshint-stylish": "^2.2.1",
    "lazypipe": "^1.0.2",
    "map-stream": "^0.0.7",
    "minimatch": "^9.0.3",
    "node-fs": "^0.1.7",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "rollup": "^4.9.6",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-bundle-size": "^1.0.3",
    "snyk": "^1.1276.0",
    "stable": "^0.1.8",
    "stream": "^0.0.2",
    "through": "^2.3.8",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "vinyl": "^3.0.0",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "^5.90.1",
    "webpack-cli": "^5.1.4"
  },
  "resolutions": {
    "@babel/core": "^7.0.0",
    "@types/babel__core": "^7.1.9"
  }
}
