feat(app): add MFA and tsdocker release
This commit is contained in:
+9
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@idp.global/idp.global",
|
||||
"name": "@idp.global/app",
|
||||
"version": "1.21.1",
|
||||
"description": "An identity provider software managing user authentications, registrations, and sessions.",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -8,6 +8,8 @@
|
||||
"scripts": {
|
||||
"test": "pnpm run build && tstest test/",
|
||||
"build": "tsbuild tsfolders --web --allowimplicitany && tsbundle",
|
||||
"build:docker": "tsdocker build --verbose",
|
||||
"release:docker": "tsdocker push --verbose",
|
||||
"watch": "tswatch",
|
||||
"seed": "tsrun ts_seed/cli.ts",
|
||||
"start": "(node cli.js)",
|
||||
@@ -30,6 +32,7 @@
|
||||
"@idp.global/interfaces": "^1.0.1",
|
||||
"@idp.global/sdk": "^1.3.0",
|
||||
"@push.rocks/lik": "^6.4.1",
|
||||
"@push.rocks/projectinfo": "^5.1.0",
|
||||
"@push.rocks/qenv": "^6.1.4",
|
||||
"@push.rocks/smartcli": "^4.3.0",
|
||||
"@push.rocks/smartdata": "^7.1.7",
|
||||
@@ -53,17 +56,20 @@
|
||||
"@push.rocks/websetup": "^3.0.20",
|
||||
"@push.rocks/webstore": "^2.0.22",
|
||||
"@serve.zone/platformclient": "^1.1.4",
|
||||
"@simplewebauthn/browser": "^13.3.0",
|
||||
"@simplewebauthn/server": "^13.3.0",
|
||||
"@tsclass/tsclass": "^9.5.1",
|
||||
"@uptime.link/webwidget": "^1.2.6",
|
||||
"argon2": "^0.44.0"
|
||||
"argon2": "^0.44.0",
|
||||
"otplib": "^13.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.4.1",
|
||||
"@git.zone/tsbundle": "^2.10.4",
|
||||
"@git.zone/tsdocker": "^2.3.0",
|
||||
"@git.zone/tsrun": "^2.0.4",
|
||||
"@git.zone/tstest": "^3.6.6",
|
||||
"@git.zone/tswatch": "^3.3.5",
|
||||
"@push.rocks/projectinfo": "^5.1.0",
|
||||
"@types/node": "^25.9.0"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user