astro-kinde
Version:
Astro integration module for Kinde authentication
57 lines (56 loc) • 1.24 kB
JSON
{
"name": "astro-kinde",
"version": "2.4.1",
"description": "Astro integration module for Kinde authentication",
"main": "index.js",
"type": "module",
"author": {
"email": "jacobweinbren@gmail.com",
"name": "Jacob Weinbren:",
"url": "https://kafkaesque.blog:"
},
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro",
"kinde",
"authentication",
"authorization"
],
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
},
"dependencies": {
"astro-integration-kit": "^0.16.0"
},
"peerDependencies": {
"astro": "^4.8.3"
},
"devDependencies": {
"@types/node": "^22.3.0",
"tsup": "^8.0.2",
"typescript": "^5.5.4"
},
"prettier": {
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "https://github.com/JacobWeinbren/astro-kinde/tree/main/package"
}
}