cosmic-authentication
Version:
Authentication library for cosmic.new. Designed to be used and deployed on cosmic.new
58 lines (57 loc) • 1.25 kB
JSON
{
"name": "cosmic-authentication",
"version": "1.1.3",
"description": "Authentication library for cosmic.new. Designed to be used and deployed on cosmic.new",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"auth",
"authentication",
"cosmic",
"nextjs",
"jwt"
],
"author": "Cosmic",
"license": "UNLICENSED",
"homepage": "https://cosmic.new",
"repository": {
"type": "git",
"url": "https://cosmic.new"
},
"bugs": {
"url": "https://cosmic.new/support"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"next": ">=14.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"cosmic-authentication": "^1.1.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"next": "^15.3.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.0.0"
}
}