astro-gists/package/package.json

37 lines
782 B
JSON

{
"name": "@matthiesenxyz/astro-gists",
"version": "0.0.0",
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": {
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen",
"url": "https://matthiesen.xyz"
},
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro",
"github",
"gist",
"octokit"
],
"homepage": "https://github.com/MatthiesenXYZ/astro-gists",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {
".": "./src/index.ts"
},
"scripts": {},
"type": "module",
"peerDependencies": {
"astro": "^4.0.0"
},
"dependencies": {
"astro-integration-kit": "^0.3.0"
}
}