UNPKG

@guardian/pan-domain-node

Version:

NodeJs implementation of Guardian pan-domain auth verification

46 lines (45 loc) 1.2 kB
{ "name": "@guardian/pan-domain-node", "version": "1.2.4", "description": "NodeJs implementation of Guardian pan-domain auth verification", "main": "dist/src/api.js", "types": "dist/src/api.d.ts", "repository": { "type": "git", "url": "git+https://github.com/guardian/pan-domain-node.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": { "@aws-sdk/types": "^3.973.1", "@changesets/cli": "^2.27.10", "@types/cookie": "^0.4.0", "@types/iniparser": "0.0.29", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "dependencies": { "@aws-sdk/client-s3": "^3.1017.0", "@aws-sdk/credential-providers": "^3.1017.0", "cookie": "^0.4.1", "iniparser": "^1.0.5" }, "scripts": { "build": "tsc", "test": "jest" } }