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

19 lines
426 B
JSON

4 years ago
{
4 years ago
"name": "@hydrooj/geoip",
"version": "1.2.3",
4 years ago
"main": "package.json",
"repository": "git@github.com:hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
4 years ago
"dependencies": {
"maxmind": "^4.3.7"
},
3 years ago
"preferUnplugged": true,
"scripts": {
"prepublish": "./download.sh"
},
"peerDependencies": {
"hydrooj": "*"
4 years ago
}
}