{
  "name": "nstypocolors",
  "version": "2.3.0",
  "description": "Minimal color and gradient logging utilities for modern TypeScript projects.",
  "main": "dist/src/index.js",
  "types": "types/src/index.d.ts",
  "bin": {
    "nstc": "dist/src/cli.js"
  },
  "pkg": {
    "scripts": "dist/**/*.js",
    "assets": [
      "dist/**/*.js"
    ],
    "targets": [
      "node18-win-x64"
    ],
    "outputPath": "build",
    "output": "nstc"
  },
  "scripts": {
    "test": "vitest run",
    "clean": "rimraf dist types build",
    "format:check": "prettier . --check",
    "format:fix": "prettier . --write",
    "build": "tsc",
    "pkg:win": "pkg . --compress Brotli --output build/nstc.exe",
    "start": "node dist/src/index.js",
    "cleanStart": "npm run clean && npm run build && npm run start",
    "noCleanStart": "npm run build && npm run start",
    "execute": "npm run clean && npm run build && npm run format:fix && npm run start",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' --fix",
    "release": "cliff-jumper"
  },
  "keywords": [
    "nstypocolors",
    "nstc",
    "typescript colors",
    "typocolors",
    "colors"
  ],
  "author": "nsgpriyanshu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nsgpriyanshu/nstypocolors.git"
  },
  "bugs": {
    "url": "https://github.com/nsgpriyanshu/nstypocolors/issues"
  },
  "homepage": "https://nsgpriyanshu.github.io/nstypocolors",
  "files": [
    "dist/",
    "types/",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@commitlint/config-angular": "^20.2.0",
    "@favware/cliff-jumper": "^3.0.3",
    "@types/node": "^22.10.2",
    "@typescript-eslint/eslint-plugin": "^8.18.1",
    "@typescript-eslint/parser": "^8.18.1",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.2.1",
    "pkg": "^5.8.1",
    "prettier": "^3.4.2",
    "typescript": "^5.7.2",
    "vitest": "^4.0.18"
  }
}
