{
  "name": "@contentstack/types-generator",
  "version": "3.2.0",
  "description": "Contentstack type definition generation library",
  "private": false,
  "author": "Contentstack",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsup",
    "husky-check": "npx husky && chmod +x .husky/pre-commit",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentstack/types-generator"
  },
  "keywords": [
    "contentstack",
    "typescript",
    "tsgen",
    "types",
    "generator"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/contentstack/types-generator/issues"
  },
  "homepage": "https://github.com/contentstack/types-generator",
  "devDependencies": {
    "@types/async": "^3.2.24",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.16",
    "@types/node": "^20.17.17",
    "axios-mock-adapter": "^1.22.0",
    "cross-env": "^7.0.3",
    "dotenv": "^16.5.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "nock": "^13.5.6",
    "rollup": "^4.41.1",
    "ts-jest": "^29.3.2",
    "tsup": "^8.4.0",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@contentstack/delivery-sdk": "^4.7.0",
    "@gql2ts/from-schema": "^2.0.0-4",
    "async": "^3.2.6",
    "axios": "^1.9.0",
    "lodash": "^4.17.21",
    "prettier": "^3.5.3"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ]
}
