@foal/jwt
Version:
Authentication with JWT for FoalTS
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "@foal/jwt",
"version": "4.5.1",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.spec.ts\"",
"dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"",
"build": "rimraf lib && tsc -p tsconfig-build.json",
"prepublish": "npm run build"
},
"funding": {
"url": "https://github.com/sponsors/LoicPoullain"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"FoalTS",
"foal",
"jwt",
"auth",
"authentication"
],
"bugs": {
"url": "https://github.com/FoalTS/foal/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/FoalTS/foal"
},
"homepage": "https://github.com/FoalTS",
"contributors": [
"Loïc Poullain <loic.poullain@centraliens.net>"
],
"license": "MIT",
"files": [
"lib/"
],
"dependencies": {
"@foal/core": "^4.5.1",
"jsonwebtoken": "~9.0.2"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
},
"gitHead": "076e40b6fec52ccddbd47165002cf8b65fad5b36"
}