{ "name": "@push.rocks/smartjwt", "version": "2.2.2", "private": false, "description": "A JavaScript package for creating and verifying JWTs with strong typing support.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "tsbuild" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartcrypto": "^2.0.4", "@push.rocks/smartguard": "^3.1.0", "@push.rocks/smartjson": "^6.0.0", "@tsclass/tsclass": "^9.5.0", "@types/jsonwebtoken": "^9.0.10", "jsonwebtoken": "^9.0.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "jwt", "jsonwebtoken", "authentication", "security", "typescript", "crypto", "public key", "private key", "token validation", "token creation" ], "homepage": "https://code.foss.global/push.rocks/smartjwt", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartjwt.git" } }