{ "name": "pocketid", "version": "0.1.0", "description": "PocketID for Node.js", "main": "index.js", "type": "module", "dependencies": { "@root/keypairs": "^0.10.1", "basetag": "^1.0.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.rootprojects.org/root/pocketid.js" }, "keywords": [ "Pocket", "PocketID", "OAuth", "OAuth2", "OIDC", "JWT", "JWS", "JWK" ], "author": "AJ ONeal (https://rootprojects.org/)", "license": "MPL-2.0" }