{
  "name": "fastify-formbody",
  "version": "5.1.0",
  "description": "A module for Fastify to parse x-www-form-urlencoded bodies",
  "main": "formbody.js",
  "scripts": {
    "codecov": "codecov",
    "lint": "standard | snazzy",
    "lint:ci": "standard",
    "test": "standard && tap --100 \"test/**/*.test.js\" && tsd",
    "test:ci": "tap --100 \"test/**/*.test.js\"",
    "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": "^16.0.0",
    "codecov": "^3.7.2",
    "fastify": "^3.3.0",
    "pre-commit": "^1.2.2",
    "qs": "^6.5.1",
    "request": "^2.88.0",
    "snazzy": "^9.0.0",
    "standard": "^16.0.1",
    "tap": "^15.0.0",
    "tsd": "^0.17.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "fastify-plugin": "^3.0.0"
  },
  "types": "formbody.d.ts"
}
