-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 938 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 938 Bytes
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
39
40
41
42
{
"name": "advanced-code-obfuscator",
"version": "3.0.0",
"description": "Ultimate Multi-Language Code Obfuscation Engine with Military-Grade Protection",
"main": "core/obfuscator.js",
"bin": {
"obfuscate": "./cli/obfuscate.js"
},
"scripts": {
"start": "node cli/obfuscate.js",
"demo": "node examples/demo.js"
},
"keywords": [
"obfuscation",
"encryption",
"code-protection",
"javascript",
"php",
"dart",
"kotlin",
"security"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@angular/core": "^20.0.2",
"@babel/core": "^7.22.0",
"@babel/generator": "^7.22.0",
"@babel/parser": "^7.22.0",
"@babel/traverse": "^7.22.0",
"@babel/types": "^7.22.0",
"commander": "^11.0.0",
"crypto": "^1.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/node": "^22.15.30",
"typescript": "^5.8.3"
}
}