{ "name": "@futureporn/meal", "type": "module", "version": "1.0.1", "description": "", "main": "index.js", "private": true, "scripts": { "test": "echo \"Warn: no test specified\" && exit 0", "start": "node dist/index.js", "build": "tsc --build", "clean": "rm -rf dist", "superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist", "dev": "tsup ./src/index.ts --watch" }, "dependencies": { "@futureporn/taco": "workspace:*", "@futureporn/types": "workspace:*" }, "keywords": [], "author": "@CJ_Clippy", "license": "Unlicense", "devDependencies": { "@types/node": "^20.14.9", "tsup": "^8.1.2", "typescript": "^5.5.3" } }