{
  "name": "nocturne-api",
  "version": "0.1.0",
  "homepage": "https://github.com/usenocturne/nocturne-api#readme",
  "bugs": {
    "url": "https://github.com/usenocturne/nocturne-api/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usenocturne/nocturne-api.git"
  },
  "scripts": {
    "start": "wrangler dev",
    "deploy": "wrangler publish"
  },
  "dependencies": {
    "wrangler": "^3.109.1"
  }
}