astro-gists/package/package.json

53 lines
1.3 KiB
JSON

{
"name": "@matthiesenxyz/astro-gists",
"version": "0.2.4",
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": {
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz"
},
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro",
"github",
"gist",
"octokit"
],
"homepage": "https://github.com/MatthiesenXYZ/astro-gists",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-gists.git"
},
"bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-gists/issues"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./components": "./src/components/index.ts",
"./GetGist": "./src/components/GetGist.astro",
"./GetGistGroup": "./src/components/GetGistGroup.astro"
},
"scripts": {},
"type": "module",
"peerDependencies": {
"astro": "^4.4.1"
},
"dependencies": {
"@expressive-code/plugin-line-numbers": "^0.33.4",
"@octokit/types": "^12.6.0",
"astro-integration-kit": "^0.5.1",
"expressive-code": "^0.33.4",
"hast-util-to-html": "^8.0.4",
"octokit": "^3.1.2",
"vite": "^5.1.5"
}
}