webpack-plugin-obfuscator
Version:
51 lines (50 loc) • 1.41 kB
JSON
{
"name": "webpack-plugin-obfuscator",
"version": "1.0.4",
"description": "webpack plugin obfuscator",
"author": "gzh <18255106634@163.com>",
"homepage": "https://github.com/webgzh907247189/webpack-plugin/blob/master/packages/obfuscator/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/webgzh907247189/webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/webgzh907247189/webpack-plugin/issues"
},
"keywords": [
"webpack",
"plugin",
"obfuscator"
],
"license": "ISC",
"main": "lib/index.ts",
"typings": "types/index.d.ts",
"files": [
"lib",
"dist",
"types"
],
"peerDependencies": {
"webpack": ">=4.0.0"
},
"scripts": {
"build": "npx tsc"
},
"dependencies": {
"husky": "^7.0.4",
"javascript-obfuscator": "^3.0.0",
"multimatch": "^6.0.0",
"webpack-sources": "^3.2.2"
},
"devDependencies": {
"@types/node": "^17.0.2",
"@types/webpack-sources": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"typescript": "^4.5.4",
"webpack": "^5.65.0"
},
"gitHead": "d95e1cc7f128ee8f670525721be8933754204414"
}