{
  "name": "flight-path",
  "version": "1.0.13",
  "description": "Express style router for Fastly Compute@Edge",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/williamoverton/FlightPath"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc",
    "dev": "nodemon --exec \"tsc\""
  },
  "keywords": [
    "fastly",
    "c@e",
    "compute",
    "edge",
    "router"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^17.0.10",
    "nodemon": "^2.0.14",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.4",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1"
  },
  "dependencies": {
    "@fastly/js-compute": "^0.2.0",
    "cookie": "^0.4.1",
    "core-js": "^3.19.0",
    "mustache": "^4.2.0"
  }
}
