{
  "name": "nested-query-params",
  "version": "1.1.1",
  "description": "Rack like parsing of nested query parameters",
  "scripts": {
    "prepublish": "npm run build",
    "build": "rm -r lib && npx tsc -p ./",
    "format": "prettier --write .",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamesdphillips/nested-query-params.git"
  },
  "keywords": [
    "query",
    "string",
    "parser"
  ],
  "main": "lib/main.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "author": "James Phillips <jamesdphillips@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamesdphillips/nested-query-params/issues"
  },
  "homepage": "https://github.com/jamesdphillips/nested-query-params#readme",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "jest": "^27.5.1",
    "jest-junit": "^13.0.0",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.3",
    "typescript": "^4.6.2"
  }
}
