{
    "name": "@kontent-ai-consulting/content-model-accelerator",
    "version": "1.1.3",
    "description": "This utility enables easy export / import of project structure's in Kontent.ai",
    "preferGlobal": true,
    "private": false,
    "bin": {
        "kontent-ai-accelerator": "./dist/es2022/node/cli/app.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Kontent-ai-consulting/kontent-ai-model-accelerator"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "author": "Richard Sustek",
    "exports": "./dist/es2022/index.js",
    "types": "./dist/es2022/index.d.ts",
    "type": "module",
    "directories": {},
    "scripts": {
        "test": "npm run build",
        "release": "npm run lint && standard-version && npm run update:version",
        "release:major": "npm run lint && standard-version --release-as major && npm run update:version",
        "release:minor": "npm run lint && standard-version --release-as minor && npm run update:version",
        "release:major:beta": "npm run lint && standard-version --prerelease --release-as major && npm run update:version",
        "release:beta": "standard-version --prerelease",
        "prepublishOnly": "npm run lint && npm run build",
        "publish:beta": "npm publish --tag=next",
        "build:es2022": "tsc --p tsconfig.es2022.json",
        "build": "npm run clean && npm run build:es2022",
        "test:all": "npm run build",
        "test:list": "cd output && tsx ../lib/node/cli/app --max-http-header-size=80000000 --action=list ",
        "test:export": "cd output && tsx ../lib/node/cli/app --max-http-header-size=80000000 --config=export-config.json ",
        "test:import:file": "cd output && tsx ../lib/node/cli/app --config=import-file-config.json",
        "test:import:remote": "cd output && tsx ../lib/node/cli/app --config=import-remote-config.json",
        "test:help": "cd output && tsx ../lib/node/cli/app --help",
        "lint": "npx eslint lib",
        "clean": "tsx clean.ts",
        "update:version": "tsx ./scripts/version/update-version.ts"
    },
    "keywords": [
        "Kontent.ai",
        "Kontent.ai accelerator",
        "Kontent.ai import",
        "Kontent.ai export"
    ],
    "license": "MIT",
    "dependencies": {
        "@kontent-ai-consulting/tools-analytics": "0.0.11",
        "@kontent-ai/delivery-sdk": "16.4.2",
        "@kontent-ai/management-sdk": "8.5.0",
        "colors": "1.4.0",
        "prompts": "2.4.2",
        "yargs": "18.0.0"
    },
    "devDependencies": {
        "@types/node": "24.10.0",
        "@types/prompts": "2.4.9",
        "@types/yargs": "17.0.34",
        "typescript-eslint": "8.46.4",
        "dotenv": "17.2.3",
        "eslint": "9.39.1",
        "standard-version": "9.5.0",
        "tsx": "4.20.6",
        "tsconfig-paths": "^4.2.0",
        "tslib": "2.8.1",
        "typescript": "5.9.3"
    }
}
