{ "name": "dm", "version": "0.0.1", "type": "module", "bin": { "dm": "dist/index.mjs" }, "scripts": { "start": "bun run src/index.ts", "build": "tsdown --env.NODE_ENV=production" }, "dependencies": { "cac": "catalog:", "tsdown": "catalog:" } }