You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/geoip/package.json

16 lines
367 B
JSON

4 years ago
{
4 years ago
"name": "@hydrooj/geoip",
"version": "1.3.0",
"main": "index.ts",
4 years ago
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
4 years ago
"dependencies": {
11 months ago
"maxmind": "^4.3.17"
},
3 years ago
"preferUnplugged": true,
"scripts": {
"prepublish": "./download.sh"
4 years ago
}
}