{
  "name": "lws-body-parser",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "3.0.1",
  "description": "body-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lwsjs/body-parser.git"
  },
  "license": "MIT",
  "keywords": [
    "lws",
    "lws-middleware",
    "koa",
    "express"
  ],
  "exports": "./index.js",
  "type": "module",
  "engines": {
    "node": ">=12.17"
  },
  "scripts": {
    "test": "test-runner test.js"
  },
  "devDependencies": {
    "lws": "^4.1.4",
    "node-fetch": "^3.3.2",
    "test-runner": "^0.11.0"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "koa-bodyparser": "^4.4.1"
  }
}
