-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "esbuild-plugin-obfuscator",
"version": "1.2.2",
"description": "An esbuild plugin that obfuscates JavaScript using javascript-obfuscator.",
"main": "esbuild-plugin-obfuscator.js",
"type": "module",
"scripts": {
"test": "node test/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MatteoGheza/esbuild-plugin-obfuscator"
},
"keywords": [
"esbuild",
"javascript-obfuscator",
"plugin",
"obfuscation"
],
"files": [
"esbuild-plugin-obfuscator.js"
],
"author": "Matteo Gheza <matteo.gheza07@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matteogheza/esbuild-plugin-obfuscator/issues"
},
"homepage": "https://github.com/matteogheza/esbuild-plugin-obfuscator#readme",
"dependencies": {
"esbuild": "^0.24.0",
"javascript-obfuscator": "^4.1.1",
"micromatch": "^4.0.8"
}
}