@hedystia/astro-bun
Version:
<div align="center"> <p> <strong>🚀 @hedystia/astro-bun</strong> </p>
64 lines (63 loc) • 1.24 kB
JSON
{
"name": "@hedystia/astro-bun",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "git+https://github.com/Zastinian/astro-bun.git"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"devDependencies": {
"bun-types": "^1.2.15",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"astro": "^5.0.0"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./server.js": {
"import": "./dist/server.js",
"types": "./dist/server.d.ts"
},
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/Zastinian/astro-bun/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/Zastinian/astro-bun",
"keywords": [
"withastro",
"astro",
"bun",
"performance",
"speed",
"fast",
"lightning-fast",
"adapter",
"astro-adapter",
"astro-integration"
],
"license": "MIT",
"peerDependenciesMeta": {
"astro": {
"optional": false
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"type": "module",
"types": "./dist/index.d.ts"
}