{
  "name": "git-similarity-index",
  "description": "🔨 Calculates the similarity index between two files.",
  "version": "1.2.5",
  "license": "MIT",
  "author": {
    "name": "Piotr Kowalski",
    "email": "piecioshka@gmail.com",
    "url": "https://piecioshka.pl/"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "npm run test -- --coverage",
    "build": "tsc"
  },
  "dependencies": {
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^25.0.3",
    "@vitest/coverage-v8": "^4.0.16",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/piecioshka/git-similarity-index.git"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin",
    "dist",
    "types",
    "package.json",
    "LICENSE",
    "README.md",
    "!**/*.spec.*"
  ],
  "keywords": [
    "git",
    "similarity",
    "index",
    "metrics",
    "cli",
    "command",
    "tool"
  ],
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "bin": {
    "git-similarity-index": "bin/cli.js"
  }
}
