{
  "name": "jsobx",
  "version": "1.0.17",
  "description": "a simple js obfuscator",
  "keywords": [
    "js",
    "obfuscator"
  ],
  "license": "MIT",
  "author": "",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "dependencies": {
    "acorn": "^8.14.1",
    "acorn-walk": "^8.3.4",
    "escodegen": "^2.1.0",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
