botnet-filter/package.json

15 lines
220 B
JSON
Raw Permalink 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"
2022-12-25 06:35:45 +00:00
},
"engines": {
2023-10-01 09:15:12 +00:00
"node": ">= 18.12.0"
2023-10-01 08:53:18 +00:00
},
"type": "module"
2022-12-25 06:35:45 +00:00
}