kwooshung/ConsoleBadge

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kwooshung/console-badge",
  "version": "1.0.7",
  "title": "ConsoleBadge",
  "description": "Output beautiful badges in the console, supporting right angles, rounded corners, color and other settings",
  "private": false,
  "tags": [
    "kwooshung",
    "console",
    "badge",
    "console-badge",
    "consolebadge",
    "Console-Badge",
    "ConsoleBadge"
  ],
  "keywords": [
    "kwooshung",
    "console",
    "badge",
    "console-badge",
    "consolebadge",
    "Console-Badge",
    "ConsoleBadge"
  ],
  "author": "kwooshung",
  "homepage": "https://github.com/kwooshung/ConsoleBadge",
  "repository": {
    "type": "git",
    "url": "https://github.com/kwooshung/ConsoleBadge.git"
  },
  "bugs": {
    "url": "https://github.com/kwooshung/ConsoleBadge/issues"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "husky install",
    "dev": "tsup --watch",
    "build": "tsup --minify",
    "test": "jest --coverage --verbose",
    "test:watch": "jest --coverage --verbose --watch",
    "test:ci": "jest --coverage --ci",
    "eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
  },
  "devDependencies": {
    "@kwooshung/cvlar": "^1.3.7",
    "@swc/core": "^1.4.1",
    "@swc/jest": "^0.2.36",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.19",
    "@types/randomatic": "^3.1.5",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "commitlint": "^18.6.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "swc-loader": "^0.2.6",
    "terser": "^5.27.1",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "tsup": "^8.0.2",
    "typescript": "^5.3.3"
  },
  "license": "MIT"
}