{
  "name": "jquery-form-saver",
  "version": "1.2.4",
  "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",
      "require": "./dist/browser/JqueryFormSaver.cjs",
      "types": "./dist/types/js/JqueryFormSaver.d.ts"
    },
    "./react": {
      "import": "./dist/react/index.mjs",
      "types": "./dist/react/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "*.json",
    "LICENSE",
    "*.md"
  ],
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "prepack": "npm run clean && npm run build",
    "serve": "php -S localhost:4000",
    "serve:demo": "npm --prefix demo/react start",
    "clean": "rimraf dist demo/react/dist",
    "build": "npm run clean && npm run build:lib && npm run build:types",
    "build:lib": "cross-env NODE_ENV=production rollup -c -m && tsup",
    "build:types": "tsc -p tsconfig.json",
    "build:demo": "npm --prefix demo/react run build",
    "dev": "npm run dev:rollup",
    "dev:rollup": "cross-env NODE_ENV=development rollup -c -m -w",
    "dev:react": "npm run build && npm --prefix demo/react start",
    "update:ncu": "npx npm-check-updates -u"
  },
  "dependencies": {
    "jquery": "^3.7.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "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.28.4",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-multi-entry": "^6.0.1",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@swc/core": "1.13.5",
    "@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/node": "^24.5.2",
    "@types/react": "^18.0.0",
    "@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",
    "binary-collections": "^2.0.10",
    "browser-sync": "^3.0.4",
    "browserify": "^17.0.1",
    "cross-env": "^10.0.0",
    "del": "^8.0.1",
    "eslint": "8",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "fancy-log": "^2.0.0",
    "jshint": "^2.13.6",
    "jshint-stylish": "^2.2.1",
    "lazypipe": "^1.0.2",
    "map-stream": "^0.0.7",
    "minimatch": "^10.0.3",
    "node-fs": "^0.1.7",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "rollup": "^4.52.2",
    "rollup-plugin-auto-external": "^2.0.0",
    "rollup-plugin-bundle-size": "^1.0.3",
    "sbg-utility": "^2.0.11",
    "stable": "^0.1.8",
    "stream": "^0.0.3",
    "through": "^2.3.8",
    "ts-loader": "^9.5.4",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.0",
    "typescript": "^5.9.2",
    "vinyl": "^3.0.1",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "^5.101.3",
    "webpack-cli": "^6.0.1"
  },
  "resolutions": {
    "@babel/core": "^7.0.0",
    "@types/babel__core": "^7.1.9",
    "sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/bf527c71f001f6ae7c5315e921a274db6d74fa53/packages/sbg-utility/release/sbg-utility.tgz",
    "binary-collections": "https://github.com/dimaslanjaka/bin/raw/9d2f7ebf4c37cf1d58487951c9e2ad3a20b917c1/releases/bin.tgz"
  },
  "workspaces": [
    "demo/*"
  ]
}