@onhive.io/astro-loader
Version:
Astro Content Layer loader for the Hive blockchain
65 lines (64 loc) • 1.54 kB
JSON
{
"name": "@onhive.io/astro-loader",
"description": "Astro Content Layer loader for the Hive blockchain",
"homepage": "https://onhive.io/tools/hive-astro-loader/",
"keywords": [
"astro",
"astro-component",
"withastro",
"astro-loader",
"content-layer",
"hive"
],
"license": "MIT",
"version": "0.2.3",
"author": "mietek.dev <hi@mietek.dev>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/instytutfi/hive-astro-loader.git"
},
"publishConfig": {
"access": "public"
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "bunx tsup src/index.ts",
"dev": "bunx tsup src/index.ts --watch",
"lint": "bunx eslint src --fix",
"pretty": "bunx prettier src --write",
"prepare": "bunx husky"
},
"dependencies": {
"@hiveio/dhive": "^1.3.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@faker-js/faker": "^9.2.0",
"@types/bun": "latest",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
},
"peerDependencies": {
"astro": "^4.16.7 || ^5.0.0"
},
"lint-staged": {
"**/*": [
"bunx eslint --fix",
"bunx prettier --write --ignore-unknown"
]
},
"bugs": {
"url": "https://github.com/instytutfi/hive-astro-loader/issues"
}
}