{
  "name": "vscode-diff",
  "version": "3.0.1",
  "description": "Diff utility used in the Visual Studio Code source.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/assert": "^1.5.11",
    "@types/mocha": "^10.0.10",
    "assert": "^2.1.0",
    "eslint": "^9.39.1",
    "knip": "^5.67.1",
    "mocha": "^11.7.5",
    "remove-unused-vars": "^0.0.9",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.3"
  },
  "scripts": {
    "test": "mocha -u tdd --require tsx/cjs src/**/test/**/*.ts",
    "watch": "tsc --watch",
    "build": "tsc --project tsconfig.build.json",
    "knip": "knip",
    "cleanup": "eslint --quiet -f json | remove-unused-vars",
    "example": "npm run build && tsx ./example/example.ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "diff",
    "compare"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/micnil/vscode-diff.git"
  },
  "bugs": {
    "url": "https://github.com/micnil/vscode-diff/issues"
  },
  "homepage": "https://github.com/micnil/vscode-diff",
  "author": "Michael Nilsson <michael@nilsson.dev>",
  "license": "MIT"
}
