{
  "name": "@jungvonmatt/contentful-ssg",
  "version": "4.1.2",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jungvonmatt/contentful-ssg.git"
  },
  "bugs": {
    "url": "https://github.com/jungvonmatt/contentful-ssg/issues"
  },
  "main": "./dist/index.js",
  "type": "module",
  "typings": "./dist/types.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./lib/*": "./dist/lib/*.js",
    "./converter": "./dist/converter/index.js",
    "./converter/*": "./dist/converter/*.js",
    "./mapper/*": "./dist/mapper/*.js",
    "./tasks/*": "./dist/tasks/*.js",
    "./__test__/mock": "./dist/__test__/mock.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.ts"
      ],
      "lib/*": [
        "./dist/lib/*"
      ],
      "converter": [
        "./dist/converter/index.d.ts"
      ],
      "converter/*": [
        "./dist/converter/*"
      ],
      "mapper/*": [
        "./dist/mapper/*"
      ],
      "tasks/*": [
        "dist/tasks/*"
      ],
      "__test__/mock": [
        "./dist/__test__/mock.d.ts"
      ]
    }
  },
  "bin": {
    "cssg": "./dist/cli.js",
    "contentful-ssg": "./dist/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "lint": "eslint --color src --fix --ext .ts",
    "test": "jest",
    "precompile": "pnpm run clean",
    "compile": "tsc --build",
    "postcompile": "chmod +x ./dist/cli.js",
    "watch": "tsc --build --watch"
  },
  "files": [
    "src",
    "dist"
  ],
  "author": "Jung von Matt TECH GmbH",
  "license": "MIT",
  "dependencies": {
    "@contentful/rich-text-html-renderer": "^16.3.0",
    "@contentful/rich-text-types": "^16.3.0",
    "@iarna/toml": "^2.2.5",
    "@jungvonmatt/contentful-config": "4.1.2",
    "@swc/core": "^1.3.104",
    "chalk": "^5.3.0",
    "change-case": "^5.4.2",
    "commander": "^11.1.0",
    "contentful": "^11.7.15",
    "contentful-management": "^11.54.4",
    "dlv": "^1.1.3",
    "esbuild": "^0.25.3",
    "exit-hook": "^4.0.0",
    "express": "^4.18.2",
    "find-cache-dir": "^5.0.0",
    "find-up": "^7.0.0",
    "fs-extra": "^11.1.0",
    "get-port": "^7.0.0",
    "globby": "^14.0.0",
    "gray-matter": "^4.0.3",
    "ignore": "^5.3.2",
    "inquirer": "^12.9.3",
    "js-yaml": "^4.1.0",
    "listr": "^0.14.3",
    "merge-options": "^3.0.4",
    "micromatch": "^4.0.5",
    "pirates": "^4.0.6",
    "prettier": "^3.2.4",
    "read-pkg-up": "^11.0.0",
    "rxjs": "^7.8.1",
    "serialize-error": "^11.0.3",
    "serializr": "^3.0.2",
    "slash": "^5.1.0",
    "tempy": "^3.1.0",
    "type-fest": "^4.9.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@swc/jest": "^0.2.29",
    "@types/dlv": "^1.1.4",
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^29.5.11",
    "@types/js-yaml": "^4.0.4",
    "@types/listr": "^0.14.9",
    "@types/micromatch": "^4.0.6",
    "@types/node": "^20.11.5",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-xo": "^0.43.1",
    "eslint-config-xo-typescript": "^1.0.1",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "pkg-dir": "^8.0.0",
    "rimraf": "^5.0.5",
    "supertest": "^6.3.4",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=20"
  },
  "ts-node": {
    "compilerOptions": {
      "module": "es2020"
    }
  },
  "gitHead": "03c3432540f82a9d81f05087d1ccc57b547e37a9"
}
