{ "name": "modules", "scripts": { "test": "bun test", "fmt": "bun x prettier --plugin prettier-plugin-sh -w **/*.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf", "fmt:ci": "bun x prettier --plugin prettier-plugin-sh --check **/*.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf", "lint": "bun run lint.ts" }, "devDependencies": { "bun-types": "^1.0.3", "gray-matter": "^4.0.3", "marked": "^9.0.3", "prettier-plugin-sh": "^0.13.1" }, "peerDependencies": { "typescript": "^5.0.0" } }