You've already forked tribes-plugin-trust
40310b26ea
CI / Test (push) Failing after 20s
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
14 lines
406 B
JSON
14 lines
406 B
JSON
{
|
|
"name": "trust-assets",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "npm run check && mkdir -p ../priv/static && cp -r css/. ../priv/static && esbuild ts/trust.ts --bundle --target=es2022 --format=iife --outfile=../priv/static/trust.js",
|
|
"check": "tsc --project tsconfig.json --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.28.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|