{
  "name": "gulp-jscrambler",
  "description": "Obfuscate your source files using the Jscrambler Code Integrity API.",
  "version": "8.5.37",
  "exports": "./index.js",
  "homepage": "https://github.com/jscrambler/jscrambler",
  "author": "Jscrambler <support@jscrambler.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/jscrambler/jscrambler.git",
    "directory": "packages/gulp-jscrambler"
  },
  "bugs": {
    "url": "https://github.com/jscrambler/jscrambler/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">= 12.17.0"
  },
  "devDependencies": {
    "del": "^0.1.3",
    "gulp": "^3.8.8",
    "gulp-cli": "^1.4.0",
    "gulp-mocha": "^1.1.1",
    "mocha": "^1.21.5"
  },
  "dependencies": {
    "lodash.defaults": "^4.0.1",
    "plugin-error": "^1.0.1",
    "through2": "^2.0.3",
    "vinyl": "^2.1.0",
    "jscrambler": "8.11.1"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "jscrambler",
    "obfuscate",
    "protect",
    "js",
    "javascript"
  ],
  "scripts": {
    "test": "gulp test",
    "eslint": "eslint .",
    "eslint:fix": "pnpm run eslint --fix"
  }
}