confluence-mirror-core
Version:
Core logic for Confluence page rendering - API client, ADF processing, media handling. Unofficial, not affiliated with Atlassian.
39 lines (38 loc) • 938 B
JSON
{
"name": "confluence-mirror-core",
"version": "0.1.3",
"description": "Core logic for Confluence page rendering - API client, ADF processing, media handling. Unofficial, not affiliated with Atlassian.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"keywords": [
"confluence",
"adf",
"atlas-document-format",
"api-client",
"atlassian"
],
"author": "Gravitek <hello@gravitek.io>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Gravitek-io/confluence-mirror.git",
"directory": "packages/core"
},
"homepage": "https://github.com/Gravitek-io/confluence-mirror.git",
"devDependencies": {
"typescript": "^5",
"@types/node": "^20"
},
"dependencies": {},
"publishConfig": {
"access": "public"
}
}