{
  "name": "@guardian/pan-domain-node",
  "version": "0.5.1",
  "description": "NodeJs implementation of Guardian pan-domain auth verification",
  "main": "dist/src/api.js",
  "types": "dist/src/api.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/guardian/pan-domain-authentication.git"
  },
  "keywords": [
    "auth",
    "guardian"
  ],
  "author": {
    "name": "Guardian Editorial Tools Developers",
    "email": "editorial.tools.dev@guardian.co.uk"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/guardian/pan-domain-authentication/issues"
  },
  "homepage": "https://github.com/guardian/pan-domain-authentication",
  "devDependencies": {
    "@changesets/cli": "^2.27.10",
    "@types/cookie": "^0.4.0",
    "@types/iniparser": "0.0.29",
    "@types/jest": "^26.0.9",
    "@types/node": "^14.0.27",
    "jest": "^26.2.2",
    "ts-jest": "^26.1.4",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "cookie": "^0.4.1",
    "iniparser": "^1.0.5"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest"
  }
}
