{
  "name": "to-querystring",
  "version": "1.1.3",
  "description": "Simple function that convert js object and array to a queryString",
  "main": "lib/to-querystring.min.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "NODE_ENV=production webpack --mode=production && npm run build-types",
    "build-types": "tsc",
    "test": "mocha ./tests/.setup.js ./tests/**/*.spec.js"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/register": "^7.16.9",
    "babel-eslint": "7.1.1",
    "babel-loader": "8.2.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "chai": "^4.3.4",
    "eslint": "^8.7.0",
    "eslint-loader": "1.6.3",
    "eslint-webpack-plugin": "^3.1.1",
    "jsdom": "^9.6.0",
    "mocha": "^9.1.4",
    "terser-webpack-plugin": "^5.3.0",
    "typescript": "^4.5.5",
    "webpack": "^5.67.0",
    "webpack-cli": "^4.9.1",
    "yargs": "^17.3.1"
  },
  "keywords": [
    "fetch",
    "queryString"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ydeshayes/to-querystring.git"
  },
  "author": "Yann Deshayes",
  "bugs": {
    "url": "https://github.com/ydeshayes/to-querystring/issues"
  },
  "homepage": "https://github.com/ydeshayes/to-querystring",
  "license": "ISC"
}
