@carbonhost/typescript
Version:
Carbon TypeScript SDK
57 lines • 1.21 kB
JSON
{
"name": "@carbonhost/typescript",
"version": "0.0.6",
"description": "Carbon TypeScript SDK",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./src/index.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",
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "latest"
},
"scripts": {
"build": "bun build ./src/index.ts --outdir dist"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./src/index.ts"
}
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.7.7"
},
"release": {
"branches": [
"master"
]
}
}