{
  "name": "fastify-formbody",
  "version": "4.0.3",
  "description": "A module for Fastify to parse x-www-form-urlencoded bodies",
  "main": "formbody.js",
  "scripts": {
    "test": "standard && tap --100 test/**/*.test.js && tsd",
    "test-ci": "tap --100 test/**/*.test.js --coverage-report=html",
    "lint": "standard | snazzy",
    "lint-ci": "standard",
    "codecov": "codecov",
    "typescript": "tsd"
  },
  "precommit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fastify/fastify-formbody.git"
  },
  "keywords": [
    "fastify",
    "x-www-form-urlencoded"
  ],
  "author": "James Sumners <james.sumners@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-formbody/issues"
  },
  "homepage": "https://github.com/fastify/fastify-formbody#readme",
  "devDependencies": {
    "@types/node": "^14.0.18",
    "codecov": "^3.1.0",
    "fastify": "^3.0.0",
    "pre-commit": "^1.2.2",
    "request": "^2.88.0",
    "snazzy": "^8.0.0",
    "standard": "^14.0.2",
    "tap": "^14.10.7",
    "tsd": "^0.13.1",
    "typescript": "^3.2.2"
  },
  "dependencies": {
    "fastify-plugin": "^2.0.0",
    "qs": "^6.5.1"
  },
  "types": "formbody.d.ts"
}
