astro-gists/package/package.json

37 lines
704 B
JSON
Raw Normal View History

2024-02-24 02:44:44 +00:00
{
2024-02-24 03:03:06 +00:00
"name": "@matthiesenxyz/astro-gists",
2024-02-24 02:44:44 +00:00
"version": "0.0.0",
"description": "TODO:",
"author": {
2024-02-24 03:03:06 +00:00
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen",
"url": "https://matthiesen.xyz"
2024-02-24 02:44:44 +00:00
},
"license": "MIT",
"keywords": [
"astro-integration",
"astro-component",
"withastro",
"astro",
2024-02-24 03:03:06 +00:00
"github",
"gist",
"octokit"
2024-02-24 02:44:44 +00:00
],
2024-02-24 03:03:06 +00:00
"homepage": "https://github.com/MatthiesenXYZ/astro-gists",
2024-02-24 02:44:44 +00:00
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {
".": "./src/index.ts"
},
"scripts": {},
"type": "module",
"peerDependencies": {
"astro": "^4.0.0"
},
"dependencies": {
"astro-integration-kit": "^0.3.0"
}
2024-02-24 03:03:06 +00:00
}