next-integrate
Version:
An authentication library for making integrations in your Next.js Web Application
41 lines (40 loc) • 823 B
JSON
{
"name": "next-integrate",
"version": "0.3.1",
"description": "An authentication library for making integrations in your Next.js Web Application",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"watch": "nodemon"
},
"keywords": [
"auth",
"authentication",
"next.js",
"nextjs",
"next",
"react",
"reactjs",
"react.js",
"web",
"webapp",
"web-application",
"webapp-auth",
"webapp-authentication",
"integration"
],
"author": "Frederik Barbre",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.14.11",
"next": "^16.0.8",
"nodemon": "^3.1.11",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"next": ">=13"
}
}