{
  "name": "query-pack",
  "version": "0.3.1",
  "description": "Encode or decode query parameter",
  "keywords": [
    "query parameter",
    "encode url",
    "decode url",
    "encode uri component",
    "decode uri component",
    "pack url",
    "unpack url",
    "url optimization"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "test": "jest --config jest.config.js",
    "build": "rollup -c --bundleConfigAsCjs",
    "build:dev": "cross-env BUILD=dev rollup -c --bundleConfigAsCjs",
    "build-tsc": "tsc",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/berezh/query-pack.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {},
  "homepage": "https://varp.com",
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/jest": "^24.9.1",
    "cross-env": "^7.0.3",
    "eslint-config-varp-common": "^1.0.0",
    "eslint-plugin-tsc": "^2.0.0",
    "jest": "^24.9.0",
    "rollup": "^3.25.1",
    "rollup-obfuscator": "^3.0.2",
    "ts-jest": "^24.1.0",
    "tslib": "^2.5.3",
    "typescript": "^4.2.4"
  },
  "dependencies": {}
}
