infinibrowser
Version:
A TypeScript API wrapper for the Infinibrowser Wiki
48 lines (47 loc) • 889 B
JSON
{
"name": "infinibrowser",
"version": "0.1.1",
"description": "A TypeScript API wrapper for the Infinibrowser Wiki",
"type": "module",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist",
"prepublishOnly": "bun run build"
},
"keywords": [
"infinibrowser",
"api",
"typescript",
"wrapper",
"bun",
"infinite",
"craft",
"infinite-craft",
"browser",
"database",
"tools",
"client"
],
"author": "GameRoMan",
"license": "MIT",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"zod": "^3.25.46"
}
}