{
  "name": "next-absolute-url",
  "version": "1.2.2",
  "description": "Get the absolute URL of your Next.js app (and optionally set a dev url)",
  "main": "index.js",
  "scripts": {
    "build": "tsc --declaration true index.ts && prettier --write index.ts index.js",
    "postbuild": "git add index.js index.d.ts",
    "test": "jest"
  },
  "git": {
    "pre-commit": [
      "build",
      "test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jekrb/next-absolute-url.git"
  },
  "keywords": [
    "Next.js",
    "localhost",
    "development",
    "absolute",
    "URL"
  ],
  "author": "Jake Burden <jake@doge.haus>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jekrb/next-absolute-url/issues"
  },
  "homepage": "https://github.com/jekrb/next-absolute-url#readme",
  "devDependencies": {
    "@types/jest": "24.0.25",
    "@types/node": "13.1.6",
    "@zeit/git-hooks": "0.1.4",
    "jest": "24.9.0",
    "prettier": "1.19.1",
    "ts-jest": "24.3.0",
    "typescript": "3.7.4"
  }
}
