{
"name": "{{name}}",
"version": "0.1.0",
"description": "{{description}}",
"author": "{{author}} <{{author_email}}>",
"license": "MIT OR Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"build": "bun build src/index.ts --target=bun --outdir=dist && cd ui && bun install && bun run build",
"check": "bunx tsc --noEmit -p tsconfig.json",
"test": "bun test"
},
"dependencies": {
"@econ-v1/app-sdk": "^5.28.4"
},
"devDependencies": {
"typescript": "^5.8.0",
"@types/bun": "^1.0.0"
}
}