-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1008 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
35
36
37
38
{
"name": "obfuscator-io-metro-plugin",
"version": "2.1.3",
"description": "A metro plugin to use javascript-obfuscator library with react-native ",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whoami-shubham/obfuscator-io-metro-plugin.git"
},
"author": "Shubham Jha",
"license": "MIT",
"bugs": {
"url": "https://github.com/whoami-shubham/obfuscator-io-metro-plugin/issues"
},
"homepage": "https://github.com/whoami-shubham/obfuscator-io-metro-plugin#readme",
"keywords": [
"obfuscation",
"javascript",
"metro",
"react-native",
"react-native-obfuscation",
"react-native-obfuscator",
"javascript-obfuscator"
],
"dependencies": {
"combine-source-map": "0.8.0",
"commander": "2.20.3",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"javascript-obfuscator": "^4.0.2"
}
}