2022-01-08 09:31:58 +00:00
|
|
|
{
|
|
|
|
"name": "malware-filter",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "node src/build.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-04 12:03:27 +00:00
|
|
|
"got": "^11.8.3",
|
|
|
|
"unzipper": "^0.10.14"
|
2022-01-08 09:31:58 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-08-04 12:12:07 +00:00
|
|
|
"node": ">= 16.13.0"
|
2022-01-08 09:31:58 +00:00
|
|
|
}
|
|
|
|
}
|