{
  "name": "now-router",
  "version": "1.0.5",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "chandler-davidson",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chandler-davidson/NowRouter.git"
  },
  "license": "ISC",
  "devDependencies": {
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "@now/node": "^1.3.4"
  }
}
