infinibrowser
Version:
A TypeScript wrapper for the Infinibrowser API
45 lines (44 loc) • 851 B
JSON
{
"name": "infinibrowser",
"version": "0.7.0",
"description": "A TypeScript wrapper for the Infinibrowser API",
"type": "module",
"author": "GameRoMan",
"license": "MIT",
"keywords": [
"infinibrowser",
"api",
"typescript",
"wrapper",
"bun",
"infinite",
"craft",
"infinite-craft",
"infinite craft",
"browser",
"database",
"tools",
"client"
],
"scripts": {
"build": "bunx --bun tsdown",
"test": "bun test",
"npm:publish": "bun publish"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"devDependencies": {
"tsdown": "^0.17.4",
"typescript": "^5.9.3"
}
}