{
  "name": "@commercetools-test-data/category",
  "version": "10.18.2",
  "description": "Data model for commercetools API Category",
  "bugs": "https://github.com/commercetools/test-data/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/test-data.git",
    "directory": "models/category"
  },
  "keywords": [
    "javascript",
    "typescript",
    "test-data"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/commercetools-test-data-category.cjs.js",
  "module": "dist/commercetools-test-data-category.esm.js",
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "^7.17.9",
    "@babel/runtime-corejs3": "^7.17.9",
    "@commercetools-test-data/commons": "10.18.2",
    "@commercetools-test-data/core": "10.18.2",
    "@commercetools-test-data/type": "10.18.2",
    "@commercetools-test-data/utils": "10.18.2",
    "@commercetools/platform-sdk": "8.8.0",
    "@faker-js/faker": "^9.0.0"
  }
}