reverse-shell-generator/package.json

16 lines
309 B
JSON
Raw Permalink Normal View History

2022-03-19 20:44:03 +00:00
{
"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"
}
}