shieldbearer
Version:
NPM package meticulously crafted to simplify JSON Web Token (JWT) operations in JavaScript projects
39 lines (38 loc) • 874 B
JSON
{
"name": "shieldbearer",
"version": "1.2.5",
"description": "NPM package meticulously crafted to simplify JSON Web Token (JWT) operations in JavaScript projects",
"types": "index.d.ts",
"main": "index.js",
"files": [
"pictures",
"codex",
"error",
"plain",
"validation",
"/index.d.ts"
],
"scripts": {
"test": "nyc mocha tests/*.js && nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "https://github.com/exagonsoft/ShieldBearer"
},
"keywords": [
"WEB",
"Token",
"Free"
],
"author": "Alvaro R Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/exagonsoft/ShieldBearer/issues"
},
"homepage": "https://github.com/exagonsoft/ShieldBearer#readme",
"devDependencies": {
"chai": "^=4.4.1",
"mocha": "^=10.5.2",
"nyc": "^=15.1.0"
}
}