2024-07-01 16:32:22 +02:00
|
|
|
{
|
|
|
|
"name": "@apiclient.xyz/ghost",
|
2025-10-10 12:57:32 +00:00
|
|
|
"version": "2.2.0",
|
2024-07-01 16:32:22 +02:00
|
|
|
"private": false,
|
2024-07-01 16:34:22 +02:00
|
|
|
"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": {
|
2025-10-07 13:53:58 +00:00
|
|
|
"test": "(tstest test/ --verbose)",
|
2024-07-01 16:32:22 +02:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
|
|
"buildDocs": "(tsdoc)"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-10-07 13:53:58 +00:00
|
|
|
"@git.zone/tsbuild": "^2.6.8",
|
|
|
|
"@git.zone/tsbundle": "^2.5.1",
|
|
|
|
"@git.zone/tsrun": "^1.3.3",
|
2025-10-10 17:02:41 +00:00
|
|
|
"@git.zone/tstest": "^2.4.2",
|
2025-10-07 13:53:58 +00:00
|
|
|
"@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": {
|
2025-10-10 12:57:31 +00:00
|
|
|
"@push.rocks/smartmatch": "^2.0.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"
|
2024-07-01 16:34:22 +02:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"Ghost CMS",
|
|
|
|
"API client",
|
|
|
|
"content management",
|
|
|
|
"admin API",
|
|
|
|
"content API",
|
|
|
|
"TypeScript",
|
|
|
|
"post management",
|
|
|
|
"blog management"
|
2025-10-07 13:53:58 +00:00
|
|
|
],
|
|
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
2024-07-01 16:34:22 +02:00
|
|
|
}
|