UNPKG

@bs-core/astro

Version:
57 lines 1.47 kB
{ "version": "1.8.23", "name": "@bs-core/astro", "description": "The Bamboo Shell Astro Adapter", "type": "module", "exports": { ".": { "import": "./dist/astro.mjs", "types": "./dist/astro.d.ts" } }, "files": [ "dist/astro.mjs", "dist/astro.d.ts", "dist/astro.mjs.map" ], "types": "./dist/astro.d.ts", "engines": { "node": ">=24.0.0" }, "keywords": [ "Bamboo", "Shell", "Framework", "Astro", "astro-adapter" ], "author": "Black Eye Technology", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/blackeyetech/bamboo-mono.git" }, "bugs": { "url": "https://github.com/blackeyetech/bamboo-mono/issues" }, "homepage": "https://github.com/blackeyetech/bamboo-mono#readme", "peerDependencies": { "@bs-core/shell": "^1.21.21" }, "private": false, "devDependencies": { "astro": "^4.16.19", "@bs-core/shell": "^1.21.21" }, "scripts": { "rollup": "rollup -c rollup.config.mjs", "build-dev": "tsc && pnpm run rollup", "build-prod": "pnpm run clean && tsc && NODE_ENV=production pnpm run rollup", "format-ts": "prettier --write 'src/**/*.ts'", "format-js": "prettier --write 'dist/**/*.{js,ts}'", "format-misc": "prettier --write '**/*.{json,md,yaml}'", "install-bin": "pnpm install -g $(pnpm pack . | tail -1)", "test": "echo \"No tests\" && exit 0", "clean": "rm -rf ./dist ./out" } }