forked from lelinhtinh/de4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 KB
/
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
39
40
41
{
"name": "de4js",
"version": "1.12.0",
"description": "JavaScript Deobfuscator and Unpacker",
"main": "main.js",
"scripts": {
"build": "bundle exec jekyll build && workbox generateSW workbox-config.js",
"d-build": "docker exec -it de4js_app bundle exec jekyll build && workbox generateSW workbox-config.js",
"start": "bundle exec jekyll serve --watch --config _config.yml",
"watch": "bundle exec jekyll serve --watch --config _config.yml,_config_development.yml --livereload",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lelinhtinh/de4js.git"
},
"keywords": [
"deobfuscator",
"deobfuscate",
"deobfuscation",
"unpacker",
"decode",
"decrypt",
"javascript",
"online-tools"
],
"author": "Zzbaivong",
"license": "MIT",
"bugs": {
"url": "https://github.com/lelinhtinh/de4js/issues"
},
"homepage": "https://lelinhtinh.github.io/de4js/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/de4js"
},
"devDependencies": {
"eslint-plugin-frontmatter": "0.0.8",
"workbox-cli": "^6.0.2"
}
}