astro-itchio-publisher
Version:
An AstroJS integration that fixes paths, zips, and deploys to Itch.io.
22 lines (20 loc) • 698 B
JSON
{
"name": "astro-itchio-publisher",
"version": "1.0.7",
"description": "An AstroJS integration that fixes paths, zips, and deploys to Itch.io.",
"main": "astro-itchio-publisher.js",
"repository": "https://github.com/ArtechFuz3D/astro-itchio-publisher",
"homepage": "https://artechfuz3d.github.io/astro-itchio-publisher",
"type": "module",
"exports": {
"default": "./astro-itchio-publisher.js"
},
"keywords": ["astro-component", "withastro", "astro", "astrojs", "integration", "itchio", "deploy", "publisher", "utilities"],
"author": "Neill Hewitt",
"license": "MIT",
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.6.8",
"form-data": "^4.0.0"
}
}