@nartix/edge-token
Version:
An edge runtime compatible token generator
50 lines (49 loc) • 984 B
JSON
{
"name": "@nartix/edge-token",
"version": "0.1.4",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "An edge runtime compatible token generator",
"private": false,
"scripts": {
"test": "echo \"All tests passed\" && exit 0",
"dev": "tsc --watch",
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"edge",
"token",
"runtime",
"generator",
"edge-runtime",
"edge-token",
"hmac",
"node",
"csrf",
"next.js",
"vercel",
"cloudflare",
"netlify",
"aws-lambda",
"serverless",
"secure-token",
"token-verification",
"high-performance",
"low-latency",
"edge-computing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nartix/edge-token.git"
},
"author": "Feroz Faiz <feroz@hotmail.ca>",
"license": "MIT",
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}