next-token-cookie-manager
Version:
A library to manage storing login tokens in HTTP-only cookies in Next.js applications.
42 lines (41 loc) • 922 B
JSON
{
"name": "next-token-cookie-manager",
"version": "1.1.0-beta.0",
"description": "A library to manage storing login tokens in HTTP-only cookies in Next.js applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"bin"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"bin": {
"next-token-cookie-manager": "bin/init.js"
},
"dependencies": {
"cookie": "^0.5.0",
"inquirer": "^8.2.4",
"next": "^13.0.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.11.9",
"typescript": "^4.9.5"
},
"keywords": [
"nextjs",
"cookie",
"authentication",
"typescript",
"http-only"
],
"author": "Edonis Alijaj alijajedonis@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/edonis-create/next-token-cookie-manager.git"
}
}