{
  "name": "ededup",
  "version": "1.2.2",
  "license": "ededup",
  "description": "Easy to use copy/paste detector for programming code, support JavaScript, CoffeeScript, PHP, Ruby, Python, Less, Go, Java, Yaml, C#, C++, C, Puppet, Twig languages",
  "main": "ededup.js",
  "engines": {
    "node": ">=8.9"
  },
  "bin": {
    "ededup": "./bin/ededup"
  },
  "scripts": {
    "info": "npm-scripts-info",
    "version": "standard-version",
    "preinstall": "npm list -g jscpd || npm i -g jscpd"
  },
  "scripts-info": {
    "info": "Display information about the package scripts",
    "version": "Bump package.json version, update CHANGELOG.md, tag release",
    "preinstall": "Installs global dependency if needed"
  },
  "author": "Tim Ivaikin",
  "dependencies": {
    "jscpd": "^2.0.15"
  },
  "keywords": [
    "ededup",
    "code-quality",
    "code-smells",
    "duplication",
    "cpd",
    "pmd",
    "analyze",
    "quality",
    "copy-paste",
    "clone",
    "copy",
    "paste",
    "javascript",
    "coffeescript",
    "typescript",
    "php",
    "sass",
    "css",
    "python",
    "powershell",
    "kotlin",
    "ruby",
    "java",
    "go",
    "c#",
    "c++",
    "objective-c",
    "c",
    "scala",
    "lua",
    "twig",
    "xml",
    "xsl",
    "html",
    "yaml",
    "swift",
    "perl"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Ivajkin/ededup.git"
  },
  "pkg": {
    "scripts": "build/**/*.js",
    "targets": [
      "node10"
    ]
  },
  "readmeFilename": "README.md",
  "preferGlobal": true
}
