UNPKG

@flowcore/generator-bun-app

Version:

A Yeoman Generator for creating a Bun application with Flowcore's IDD approach

34 lines 932 B
{ "name": "@flowcore/generator-bun-app", "version": "1.14.1", "description": "A Yeoman Generator for creating a Bun application with Flowcore's IDD approach", "type": "module", "license": "MIT", "files": [ "generators", "templates" ], "keywords": [ "yeoman-generator", "bun", "flowcore", "idd" ], "scripts": { "dev": "rm -rf ./generators && bun build --watch --external=yeoman-generator --outdir=./generators --target=node ./src/*", "build": "rm -rf ./generators && bun build --external=yeoman-generator --outdir=./generators --target=node ./src/*", "lint": "bun run biome lint", "format": "bun run biome format" }, "dependencies": { "@types/semver": "^7.5.8", "mem-fs": "^4.1.0", "semver": "^7.6.3", "yeoman-generator": "7.3.2" }, "devDependencies": { "@biomejs/biome": "1.9.1", "@faker-js/faker": "8.4.1", "@types/bun": "latest" } }