{ "name": "bndl-cli", "version": "1.0.0", "description": "A basic TypeScript transpiling and bundling tool for (primarily backend) monorepos", "files": [ "bin", "scripts/run.sh" ], "bin": { "bndl": "./scripts/run.sh" }, "author": "Niels Segers", "license": "ISC", "homepage": "https://github.com/segersniels/bndl#readme", "bugs": { "url": "https://github.com/segersniels/bndl/issues" }, "repository": { "type": "git", "url": "git+https://github.com/segersniels/bndl.git" }, "keywords": [ "turbo", "monorepo", "bundle", "compile", "transpile", "typescript" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }