astro-ghostcms/.pnpm-store/v3/files/49/893a14c9917a5dd06099fb4b29a...

45 lines
990 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "satori-html",
"type": "module",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/natemoo-re/satori-html"
},
"bugs": {
"url": "https://github.com/natemoo-re/satori-html/issues"
},
"homepage": "https://github.com/natemoo-re/satori-html#README",
"files": [
"dist",
"CHANGELOG.md"
],
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"author": {
"name": "Nate Moore",
"email": "nate@natemoo.re",
"url": "https://twitter.com/n_moore"
},
"license": "MIT",
"dependencies": {
"ultrahtml": "^1.2.0"
},
"devDependencies": {
"@resvg/resvg-js": "^2.1.0",
"@types/node": "^18.8.4",
"jest-image-snapshot": "^5.2.0",
"satori": "^0.0.38",
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vitest": "^0.24.1"
},
"scripts": {
"dev": "vitest dev",
"build": "tsc -p .",
"test": "vitest run"
}
}