37 lines
704 B
JSON
37 lines
704 B
JSON
{
|
|
"name": "@matthiesenxyz/astro-gists",
|
|
"version": "0.0.0",
|
|
"description": "TODO:",
|
|
"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"
|
|
}
|
|
}
|