62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "@matthiesenxyz/astro-gists",
|
|
"version": "0.3.2",
|
|
"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": {
|
|
".": {
|
|
"types": "./src/index.d.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./components": "./src/components/index.ts",
|
|
"./GetGist": "./src/components/GetGist.astro",
|
|
"./GetGistGroup": "./src/components/GetGistGroup.astro"
|
|
},
|
|
"scripts": {},
|
|
"type": "module",
|
|
"peerDependencies": {
|
|
"astro": ">=4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/types": "^13.4.1"
|
|
},
|
|
"dependencies": {
|
|
"@expressive-code/core": "^0.35.2",
|
|
"@expressive-code/plugin-frames": "^0.35.2",
|
|
"@expressive-code/plugin-shiki": "^0.35.2",
|
|
"@expressive-code/plugin-text-markers": "^0.35.2",
|
|
"@expressive-code/plugin-line-numbers": "^0.35.2",
|
|
"astro-integration-kit": "^0.13.1",
|
|
"chalk": "^5.3.0",
|
|
"p-retry": "^6.2.0",
|
|
"octokit": "^3.2.0",
|
|
"vite": "^5.2.10"
|
|
}
|
|
}
|