@lobehub/cli-ui
Version:
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "@lobehub/cli-ui",
"version": "1.10.1",
"description": "Lobe CLI uikits",
"homepage": "https://github.comlobehub/lobe-cli-toolbox/tree/master/packages/lobe-cli-ui",
"bugs": {
"url": "https://github.com/lobehub/lobe-cli-toolbox/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-cli-toolbox.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"type": "module",
"imports": {
"@": "./src"
},
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "npm run type-check && pkgroll --minify -p tsconfig.prod.json --env.NODE_ENV=production",
"dev": "pkgroll -p tsconfig.prod.json --env.NODE_ENV=development --watch",
"example": "NODE_NO_WARNINGS=1 node --loader=ts-node/esm",
"prepare": "npm run build",
"start": "node ./dist/cli.js",
"test": "npm run type-check",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:ui": "vitest --passWithNoTests",
"test:update": "vitest -u",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@inkjs/ui": "^1",
"arr-rotate": "^1",
"consola": "^3",
"fast-deep-equal": "^3",
"figures": "^6",
"ink": "^4.4.1",
"react": "^18.3.1"
},
"peerDependencies": {
"@inkjs/ui": ">=1",
"consola": ">=3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}