UNPKG

infinibrowser

Version:

A TypeScript wrapper for the Infinibrowser API

51 lines (50 loc) 1.03 kB
{ "name": "infinibrowser", "version": "0.9.1", "description": "A TypeScript wrapper for the Infinibrowser API", "keywords": [ "api", "browser", "bun", "client", "craft", "database", "infinibrowser", "infinite", "infinite craft", "infinite-craft", "tools", "typescript", "wrapper" ], "license": "MIT", "author": "gameroman", "repository": { "type": "git", "url": "git+https://github.com/infinite-craft-community/infinibrowser.git" }, "files": [ "dist" ], "type": "module", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "scripts": { "lint": "oxlint", "format": "oxfmt", "build": "bunx --bun tsdown", "test": "bun test", "prepublishOnly": "bun run build" }, "devDependencies": { "@gameroman/config": "0.1.0", "@types/bun": "1.3.14", "oxfmt": "0.53.0", "oxlint": "1.68.0", "oxlint-tsgolint": "0.23.0", "tsdown": "0.22.2", "typescript": "6.0.3" } }