{ "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" } }