{
  "name": "@flowup/contentful-types-generator",
  "version": "2.0.0",
  "description": "CLI tool for generating Contentful models for Typescript",
  "main": "lib/main.js",
  "bin": {
    "generate-contentful-types": "lib/main.js"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "prepublish": "npm run build",
    "start": "node lib/main.js",
    "dev": "tsc && npm start",
    "generate": "json2ts src/types/config.json src/types/config.ts",
    "build": "npm run generate && tsc",
    "format": "pretty-quick",
    "lint": "tslint -p tsconfig.json",
    "test": "jest",
    "release": "standard-version",
    "release:dry-run": "standard-version --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com//flowup/contentful-types-generator.git"
  },
  "keywords": [
    "contentful",
    "generator",
    "typescript"
  ],
  "author": {
    "email": "hello@flowup.cz",
    "name": "FlowUp",
    "url": "https://flowup.cz"
  },
  "license": "ISC",
  "dependencies": {
    "change-case": "^3.1.0",
    "contentful-management": "^7.22.4",
    "dotenv": "^8.2.0",
    "jsonschema": "^1.2.6",
    "ramda": "^0.27.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@contentful/rich-text-types": "^14.1.0",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.4",
    "@types/ramda": "^0.27.6",
    "contentful": "^8.3.7",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "json-schema-to-typescript": "^9.1.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "standard-version": "^8.0.0",
    "ts-jest": "^26.0.0",
    "ts-node": "^8.10.1",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-immutable": "^6.0.1",
    "typescript": "^3.9.3"
  },
  "peerDependencies": {
    "@contentful/rich-text-types": "^14.1.0",
    "contentful": "^7.14.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "npm run lint && npm test"
    }
  }
}
