{
  "name": "tiny-json-http",
  "version": "7.5.1",
  "main": "dist.js",
  "scripts": {
    "test": "npm run build && tape test-* | tap-spec",
    "build": "esbuild index.js --bundle --outfile=dist.js --platform=node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brianleroux/tiny-json-http.git"
  },
  "author": "Brian LeRoux <b@brian.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@brianleroux/form-data": "^1.0.3",
    "body-parser": "^1.20.2",
    "esbuild": "^0.17.10",
    "express": "^4.18.2",
    "tap-spec": "^5.0.0",
    "tape": "^5.6.3",
    "uglify-es": "^3.3.7"
  }
}
