{ "name": "boop", "type": "module", "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Warn: no test specified\" && exit 0", "start": "node dist/index.js", "build": "tsc --build" }, "dependencies": { "taco": "workspace:*", "types": "workspace:*" }, "keywords": [], "author": "", "license": "Unlicense", "devDependencies": { "typescript": "^5.5.3" } }