@daitanjs/security
Version:
A lightweight library for token generation and verification.
42 lines (41 loc) • 891 B
JSON
{
"name": "@daitanjs/security",
"version": "1.0.4",
"description": "A lightweight library for token generation and verification.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified for @daitanjs/security\" && exit 0"
},
"keywords": [
"security",
"token",
"authentication",
"validation"
],
"author": "Buck Miller <haelpers@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/daitandojo/@daitanjs"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"uuid": "^11.1.0"
},
"publishConfig": {
"access": "public"
}
}