{
  "name": "tyqs",
  "version": "0.1.3",
  "description": "Tiny and type-safe querystring library for the web",
  "keywords": [
    "parse",
    "qs",
    "query",
    "queryparams",
    "querystring",
    "querystringify",
    "searchparams",
    "stringify",
    "tqs",
    "tyqs",
    "urlqueryparams",
    "urlsearchparams"
  ],
  "homepage": "https://github.com/motss/tyqs",
  "bugs": {
    "url": "https://github.com/motss/tyqs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:motss/tyqs.git"
  },
  "funding": "https://github.com/motss/tyqs?sponsor=1",
  "license": "MIT",
  "author": {
    "name": "Rong Sen Ng (motss)",
    "email": "contact@motss.app",
    "url": "https://github.com/motss"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./parse": {
      "types": "./dist/parse.d.ts",
      "import": "./dist/parse.js",
      "default": "./dist/parse.js"
    },
    "./stringify": {
      "types": "./dist/stringify.d.ts",
      "import": "./dist/stringify.js",
      "default": "./dist/stringify.js"
    },
    "./dist/*": "./dist/*"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist/*.*js.map",
    "dist/*.*js",
    "dist/*.d.ts.map",
    "dist/*.d.ts",
    "!**/*bench*/**/*.*",
    "!**/*test*/**/*.*"
  ],
  "dependencies": {
    "tslib": "^2.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "readme": "https://github.com/motss/tyqs/blob/main/README.md"
}
