UNPKG

@carbonhost/typescript

Version:

[![License](https://img.shields.io/badge/license-GNU%20AGPL-blue)](LICENSE) [![TypeScript](https://img.shields.io/badge/types-TypeScript-blue)](https://www.typescriptlang.org/) [![Build](https://img.shields.io/github/actions/workflow/status/carbon-host/ca

56 lines 1.22 kB
{ "name": "@carbonhost/typescript", "version": "1.1.10", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "author": { "name": "Carbon Host", "email": "contact@carbon.host", "url": "https://carbon.host" }, "repository": { "type": "git", "url": "https://github.com/carbon-host/carbon-typescript" }, "license": "GNU AGPL", "keywords": [ "carbon", "typescript", "sdk", "hosting", "carbonhost", "minecraft", "minecraft-server" ], "bugs": { "url": "https://github.com/carbon-host/carbon-typescript/issues" }, "homepage": "https://github.com/carbon-host/carbon-typescript", "devDependencies": { "@biomejs/biome": "1.9.4", "@changesets/cli": "^2.27.9", "tsup": "^8.3.5", "typescript": "^5.6.3" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.7.7" }, "release": { "branches": [ "master" ] }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "release": "pnpm run build && changeset publish", "release:local": "pnpm run build && pnpm publish", "lint": "tsc" } }