@unimatrix-01/create-borg-ui
Version:
Borg UI - A modern React component library
50 lines • 1.31 kB
JSON
{
"name": "@unimatrix-01/create-borg-ui",
"version": "1.0.11",
"description": "Borg UI - A modern React component library",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"create-borg-ui": "./dist/index.js"
},
"files": [
"dist",
"templates"
],
"scripts": {
"build": "node --loader ts-node/esm scripts/build.ts",
"debug": "cd create-borg-ui && npm run build && cd .. && rm -rf /tmp/borg-ui-debug && mkdir -p /tmp/borg-ui-debug && cd /tmp/borg-ui-debug && node $OLDPWD/create-borg-ui/dist/index.js debug-app --no-git && cd debug-app && npm install && npm run dev",
"cleanup": "rm -rf /tmp/borg-ui-debug",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"ui",
"components",
"borg",
"unimatrix"
],
"author": "Unimatrix-01",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.15",
"ora": "^8.0.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.24",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"workspaces": [
"create-borg-ui"
]
}