UNPKG

super-jwt

Version:

Super-JWT helps to authenticate your users based on Superfluid streams using JSON Web Tokens (JWT)

42 lines (41 loc) 1.09 kB
{ "name": "super-jwt", "version": "0.2.1", "description": "Super-JWT helps to authenticate your users based on Superfluid streams using JSON Web Tokens (JWT)", "author": "Salman Dabbakuti", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "mocha --r ts-node/register 'test/**/*.ts'", "build": "tsc" }, "keywords": [ "superfluid", "superjwt", "superfluid-auth" ], "dependencies": { "graphql": "^16.8.1", "graphql-request": "^6.1.0", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@types/chai": "^4.3.10", "@types/chai-as-promised": "^7.1.8", "@types/jsonwebtoken": "^9.0.5", "@types/mocha": "^10.0.4", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "https://github.com/Salmandabbakuti/super-jwt.git" }, "bugs": { "url": "https://github.com/Salmandabbakuti/super-jwt/issues" } }