AdGuardHome/scripts/whotracksme/package.json

16 lines
302 B
JSON
Raw Normal View History

{
"name": "whotracksme-converter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"download-file-sync": "^1.0.4",
2019-10-10 14:01:20 +01:00
"sqlite3": "^4.1.0"
}
}