mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
16 lines
309 B
JSON
16 lines
309 B
JSON
|
{
|
||
|
"source": "index.html",
|
||
|
"scripts": {
|
||
|
"build": "rm -rf ./dist && ./node_modules/.bin/parcel build"
|
||
|
},
|
||
|
"targets": {
|
||
|
"default": {
|
||
|
"sourceMap": false
|
||
|
}
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"parcel": "2.3.2",
|
||
|
"parcel-transformer-obfuscation": "file:parcel-transformer-obfuscation"
|
||
|
}
|
||
|
}
|