57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@matthiesenxyz/astro-gists",
|
|
"version": "0.0.3",
|
|
"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",
|
|
"./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": {
|
|
"@astrojs/mdx": "2.1.1",
|
|
"@expressive-code/plugin-line-numbers": "^0.33.4",
|
|
"@octokit/types": "^12.6.0",
|
|
"astro-expressive-code": "^0.33.4",
|
|
"astro-integration-kit": "^0.4.0",
|
|
"octokit": "^3.1.2",
|
|
"vite": "^5.1.4"
|
|
}
|
|
}
|