@skyblock-finance/items
Version:
This package contains item metadata, primarily data that is not available on the Hypixel API yet
44 lines (43 loc) • 1.1 kB
JSON
{
"bugs": {
"url": "https://github.com/skyblock-finance/skyblock-finance-opensource/issues"
},
"devDependencies": {
"@types/bun": "latest"
},
"files": [
"data",
"dist",
"source"
],
"keywords": [
"hypixel-skyblock",
"hypixel",
"skyblock-finance"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@skyblock-finance/items",
"peerDependencies": {
"typescript": "^5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyblock-finance/skyblock-finance-opensource"
},
"scripts": {
"build": "rm -rf dist && tsc --build",
"check:arethetypeswrong": "bun run attw --pack .",
"check:eslint": "bun run eslint --max-warnings=0 .",
"check:prettier": "bun --bun run --cwd ../.. prettier --check packages/items",
"check:publint": "bun --bun run publint",
"fix:eslint": "bun run check:eslint --fix",
"fix:prettier": "bun --bun run check:prettier --write",
"publish-package": "npm publish --access public --provenance",
"test": "bun test"
},
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.4.0"
}