{
"name": "{{name}}",
"version": "0.1.0",
"description": "{{description}}",
"author": "{{author}} <{{author_email}}>",
"license": "MIT OR Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"build": "burger-build build src/index.ts --outdir dist",
"check": "tsc --noEmit",
"test": "node-app test"
},
"dependencies": {
"@econ-v1/app-sdk": "^7.0.64"
},
"devDependencies": {
"typescript": "^5.8.0"
}
}