create-authenik8-app 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-authenik8-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description":"Create production-ready backend APIs in seconds. Authenik8 scaffolds Express + Prisma projects with JWT authentication, database setup (PostgreSQL or SQLite), and scalable architecture out of the box.",
|
|
4
5
|
"bin": {
|
|
5
6
|
"create-authenik8-app": "dist/bin/index.js"
|
|
6
7
|
},
|
|
@@ -24,6 +25,8 @@
|
|
|
24
25
|
"project-generator",
|
|
25
26
|
"fullstack-backend"
|
|
26
27
|
],
|
|
28
|
+
"license":"MIT",
|
|
29
|
+
"author":"Karabo Seeisa",
|
|
27
30
|
"type": "module",
|
|
28
31
|
"dependencies": {
|
|
29
32
|
"authenik8-core": "^0.1.4",
|