49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@matthiesenxyz/astro-gists",
|
|
"version": "0.0.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",
|
|
"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",
|
|
"./expressive-code": {
|
|
"types": "./expressive-code.d.ts",
|
|
"default": "./expressive-code.mjs"
|
|
},
|
|
"./internal": "./internal.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./components/*": "./src/components/*"
|
|
},
|
|
"scripts": {},
|
|
"type": "module",
|
|
"peerDependencies": {
|
|
"astro": "^4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/types": "12.6.0",
|
|
"@expressive-code/plugin-line-numbers": "0.33.4",
|
|
"astro-integration-kit": "^0.3.0",
|
|
"astro-expressive-code": "^0.33.4",
|
|
"octokit": "3.1.2",
|
|
"vite": "5.1.4"
|
|
}
|
|
}
|