{
  "name": "obfuscation-detector",
  "version": "3.0.0",
  "description": "Javascript obfuscation detector",
  "main": "src/index.js",
  "type": "module",
  "directories": {
    "prepare": "husky",
    "test": "tests"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node --test",
    "test:coverage": "node --trace-warnings --test --experimental-test-coverage"
  },
  "bin": {
    "obfuscation-detector": "./bin/obfuscation-detector.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ctrl-escp/obfuscation-detector.git"
  },
  "keywords": [
    "JS",
    "Javascript",
    "obfuscation",
    "detection",
    "detector"
  ],
  "author": "Ben Baryo (ben.baryo@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ctrl-escp/obfuscation-detector/issues"
  },
  "homepage": "https://github.com/ctrl-escp/obfuscation-detector#readme",
  "devDependencies": {
    "eslint": "^10.1.0",
    "husky": "^9.1.7"
  },
  "dependencies": {
    "flast": "^3.0.0"
  }
}