{
  "name": "diff-view",
  "version": "1.0.15",
  "description": "Diff viewer based on simple diff",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://tomitrescak@github.com/tomitrescak/meteor-diff.git"
  },
  "keywords": [
    "Diff"
  ],
  "author": "Tomi Trescak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomitrescak/meteor-diff/issues"
  },
  "homepage": "https://github.com/tomitrescak/meteor-diff#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "vitest": "^4.1.6"
  },
  "types": "./index.d.ts",
  "dependencies": {
    "circular-json-es6": "^2.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}