UNPKG

cli-high

Version:
83 lines (82 loc) 1.98 kB
{ "name": "cli-high", "version": "0.4.3", "description": "tiny cli highlighter", "type": "module", "keywords": [ "cli", "highlighter", "highlight", "color", "terminal", "console" ], "license": "MIT", "homepage": "https://github.com/xinyao27/cli-high#readme", "bugs": { "url": "https://github.com/xinyao27/cli-high/issues" }, "repository": { "type": "git", "url": "git+https://github.com/xinyao27/cli-high.git" }, "author": { "name": "xinyao", "email": "hi@xinyao.me" }, "funding": "https://github.com/sponsors/xinyao27", "files": [ "bin/*", "dist/*", "package.json" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "sideEffects": false, "bin": "./bin/index.js", "scripts": { "build": "unbuild", "stub": "unbuild --stub", "typecheck": "tsc --noEmit", "lint": "nr typecheck && eslint . --fix", "prepublishOnly": "nr build", "release": "release-it", "start": "bun run src/index.ts", "test": "bun test", "up": "taze major -I", "prepare": "husky" }, "dependencies": { "@clack/prompts": "^0.7.0", "sugar-high": "^0.7.1", "xycolors": "^0.1.2", "yargs": "^17.7.2" }, "devDependencies": { "@antfu/ni": "^0.23.0", "@commitlint/cli": "^19.5.0", "@release-it/conventional-changelog": "^9.0.0", "@types/bun": "^1.1.11", "@types/yargs": "^17.0.33", "@xystack/style-guide": "^0.2.4", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.12.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "release-it": "^17.9.0", "taze": "^0.17.2", "typescript": "^5.6.3", "unbuild": "^2.0.0" }, "prettier": "@xystack/style-guide/prettier" }