{
  "name": "javascript-obfuscator",
  "version": "0.25.4",
  "description": "JavaScript obfuscator",
  "keywords": [
    "obfuscator",
    "obfuscation",
    "uglify",
    "crush",
    "code protection",
    "javascript obfuscator",
    "js obfuscator"
  ],
  "engines": {
    "node": ">=10"
  },
  "main": "dist/index.js",
  "browser": "dist/index.browser.js",
  "bin": {
    "javascript-obfuscator": "./bin/javascript-obfuscator"
  },
  "types": "index.d.ts",
  "dependencies": {
    "@gradecam/tsenum": "1.2.0",
    "@nuxtjs/opencollective": "0.2.2",
    "acorn": "7.1.1",
    "acorn-import-meta": "1.0.0",
    "chalk": "3.0.0",
    "chance": "1.1.4",
    "class-validator": "0.11.0",
    "commander": "4.1.1",
    "escodegen": "1.14.1",
    "eslint-scope": "5.0.0",
    "estraverse": "4.3.0",
    "eventemitter3": "4.0.0",
    "fast-deep-equal": "3.1.1",
    "inversify": "5.0.1",
    "js-string-escape": "1.0.1",
    "md5": "2.2.1",
    "mkdirp": "1.0.3",
    "multimatch": "4.0.0",
    "reflect-metadata": "0.1.13",
    "source-map-support": "0.5.16",
    "string-template": "1.0.0",
    "tslib": "1.11.1"
  },
  "devDependencies": {
    "@types/chai": "4.2.10",
    "@types/chance": "1.0.8",
    "@types/escodegen": "0.0.6",
    "@types/eslint-scope": "3.7.0",
    "@types/estraverse": "0.0.6",
    "@types/estree": "0.0.42",
    "@types/md5": "2.1.33",
    "@types/mkdirp": "1.0.0",
    "@types/mocha": "7.0.2",
    "@types/multimatch": "4.0.0",
    "@types/node": "12.12.14",
    "@types/rimraf": "2.0.3",
    "@types/sinon": "7.5.2",
    "@types/string-template": "1.0.2",
    "@types/webpack-env": "1.15.1",
    "@typescript-eslint/eslint-plugin": "2.22.0",
    "@typescript-eslint/parser": "2.22.0",
    "chai": "4.2.0",
    "coveralls": "3.0.9",
    "eslint": "6.8.0",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-jsdoc": "22.0.0",
    "eslint-plugin-no-null": "1.0.2",
    "eslint-plugin-prefer-arrow": "1.1.7",
    "eslint-plugin-unicorn": "16.1.1",
    "fork-ts-checker-notifier-webpack-plugin": "2.0.0",
    "fork-ts-checker-webpack-plugin": "4.0.5",
    "mocha": "7.1.0",
    "nyc": "15.0.0",
    "pjson": "1.0.9",
    "pre-commit": "1.2.2",
    "rimraf": "3.0.2",
    "sinon": "9.0.0",
    "threads": "1.3.0",
    "ts-loader": "6.2.1",
    "ts-node": "6.1.0",
    "typescript": "3.8.3",
    "webpack": "4.42.0",
    "webpack-cli": "3.3.11",
    "webpack-node-externals": "1.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javascript-obfuscator/javascript-obfuscator.git"
  },
  "homepage": "https://obfuscator.io/",
  "scripts": {
    "start": "scripts/start",
    "webpack:prod": "scripts/webpack-prod",
    "webpack:dev": "scripts/webpack-dev",
    "build": "scripts/build",
    "watch": "scripts/watch",
    "removeCacheDir": "scripts/remove-cache-dir",
    "test:compile": "scripts/test-compile",
    "test:dev": "scripts/test-dev",
    "test:devCompilePerformance": "scripts/test-dev-compile-performance",
    "test:devRuntimePerformance": "scripts/test-dev-runtime-performance",
    "test:full": "scripts/test-full",
    "test:coveralls": "scripts/test-coveralls",
    "test:mocha": "scripts/test-mocha",
    "test:removeTmpDir": "scripts/test-remove-tmp-dir",
    "test": "scripts/test",
    "eslint": "scripts/eslint",
    "travis": "scripts/travis",
    "git:addFiles": "scripts/git-add-files",
    "postinstall": "opencollective || exit 0"
  },
  "pre-commit": [
    "build",
    "git:addFiles"
  ],
  "author": {
    "name": "Timofey Kachalov"
  },
  "contributors": [
    "Timofey Kachalov (https://github.com/sanex3339)",
    "Dmitry Zamotkin (https://github.com/zamotkin)"
  ],
  "license": "BSD-2-Clause",
  "collective": {
    "url": "https://opencollective.com/javascript-obfuscator"
  }
}
