farming-weight
Version:
Tools for calculating farming weight and fortune in Hypixel Skyblock
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "farming-weight",
"version": "0.8.3",
"description": "Tools for calculating farming weight and fortune in Hypixel Skyblock",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "pnpm biome check --write",
"lint": "pnpm biome lint",
"test": "vitest"
},
"keywords": ["farming", "weight", "farming-weight", "skyblock", "hypixel", "hypixel-skyblock", "fortune"],
"repository": {
"type": "git",
"url": "git+https://github.com/EliteFarmers/FarmingWeight.git"
},
"files": ["dist/**/*"],
"bugs": {
"url": "https://github.com/EliteFarmers/FarmingWeight/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"homepage": "https://github.com/EliteFarmers/FarmingWeight#readme",
"author": "Kaeso",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"typescript": "^5.2.2",
"vitest": "^1.6.0"
},
"packageManager": "pnpm@9.15.0"
}