botnet-filter/package.json

15 lines
222 B
JSON
Raw Normal View History

2022-12-25 06:35:45 +00:00
{
"name": "botnet-filter",
"private": true,
"scripts": {
"build": "node src/build.js"
},
"dependencies": {
"extract-zip": "^2.0.1",
"got": "^11.8.3"
},
"engines": {
"node": ">= 14.15.0"
}
}