UNPKG

@mr_hugo/boredom

Version:

Another boring JavaScript framework.

47 lines (46 loc) 1.04 kB
{ "name": "create-boredom", "version": "0.0.10", "main": "index.js", "type": "module", "bin": { "create-boredom": "index.js", "cva": "index.js" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "files": [ "index.js", "template-*", "dist" ], "scripts": { "dev": "tsdown --watch", "build": "tsdown", "typecheck": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/HugoDaniel/boreDOM.git", "directory": "create-boredom" }, "bugs": { "url": "https://github.com/HugoDaniel/boreDOM/issues" }, "homepage": "https://github.com/HugoDaniel/boreDOM/tree/main/create-boredom#readme", "keywords": [], "author": "HugoDaniel", "license": "CC0", "packageManager": "pnpm@10.13.1", "devDependencies": { "@clack/prompts": "0.11.0", "cross-spawn": "7.0.6", "mri": "1.2.0", "picocolors": "1.1.1", "rollup": "4.45.1", "rollup-plugin-license": "3.6.0", "tsdown": "0.12.9" } }