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

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