Files
ghost/package.json

65 lines
1.7 KiB
JSON
Raw Normal View History

2024-07-01 16:32:22 +02:00
{
"name": "@apiclient.xyz/ghost",
2025-10-07 14:29:36 +00:00
"version": "1.4.0",
2024-07-01 16:32:22 +02:00
"private": false,
"description": "An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.",
2024-07-01 16:32:22 +02:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
2024-07-01 16:32:22 +02:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.8",
"@git.zone/tsbundle": "^2.5.1",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.8",
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^22.12.0"
2024-07-01 16:32:22 +02:00
},
"dependencies": {
"@push.rocks/smartmatch": "^2.0.0",
"@tryghost/admin-api": "^1.14.0",
"@tryghost/content-api": "^1.12.0"
2024-07-01 16:32:22 +02:00
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/apiclient.xyz/ghost.git"
},
"bugs": {
"url": "https://code.foss.global/apiclient.xyz/ghost/issues"
},
"homepage": "https://code.foss.global/apiclient.xyz/ghost#readme",
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"Ghost CMS",
"API client",
"content management",
"admin API",
"content API",
"TypeScript",
"post management",
"blog management"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
2024-07-01 16:34:22 +02:00
}