{
  "name": "@node-scarlet/http",
  "version": "0.10.4",
  "description": "Build APIs Instantly 🏋️‍♂️",
  "main": "dist/http.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "npx tsc",
    "test": "ts-node src/test.ts",
    "watch": "nodemon --ext .ts --exec 'npm run test'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-scarlet/http.git"
  },
  "keywords": [
    "scarlet",
    "http",
    "server",
    "route",
    "routes",
    "router",
    "requests",
    "api"
  ],
  "author": "craig fay",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^3.5.3",
    "@types/node": "^12.6.8",
    "node-fetch": "^2.6.0",
    "nodemon": "^1.19.1"
  },
  "dependencies": {
    "url-pattern": "^1.0.3"
  }
}
