{
  "name": "contentful-api-generator",
  "version": "1.0.0",
  "description": "A contentful TypeScript API generation tool",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "exports": {
    "require": "./dist/cjs/index.js",
    "import": "./dist/esm/index.js"
  },
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:types": "dts-bundle-generator -o dist/types/index.d.ts src/index.ts",
    "build:pkg": "make cjs && make esm",
    "bundle": "npm run build:pkg && npm run build:types",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RShalman/contentful-api-generator.git"
  },
  "keywords": [
    "contentful",
    "ts",
    "typescript",
    "api",
    "generator",
    "local",
    "export"
  ],
  "author": "Roman Shalman",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/RShalman/contentful-api-generator/issues"
  },
  "homepage": "https://github.com/RShalman/contentful-api-generator#readme",
  "dependencies": {
    "contentful": "^9.3.5",
    "contentful-export": "^7.19.44",
    "prettier": "^2.8.7"
  },
  "devDependencies": {
    "@types/node": "^18.15.11",
    "@types/prettier": "^2.7.2",
    "dts-bundle-generator": "^8.0.1",
    "typescript": "^5.0.2"
  }
}
