{
  "name": "@datocms/cma-client-browser",
  "version": "5.3.0",
  "description": "Browser client for DatoCMS REST Content Management API",
  "keywords": [
    "datocms",
    "client"
  ],
  "author": "Stefano Verna <s.verna@datocms.com>",
  "homepage": "https://github.com/datocms/js-rest-api-clients/tree/main/packages/cma-client-browser#readme",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datocms/js-rest-api-clients.git"
  },
  "dependencies": {
    "@datocms/cma-client": "^5.3.0",
    "@datocms/rest-client-utils": "^5.2.8"
  },
  "scripts": {
    "build": "../../generate/reExportEverything.ts cma-client-browser && ../../node_modules/.bin/biome check --write ./src/index.ts && tsc && tsc --project ./tsconfig.esnext.json && ts-node ./esbuild.ts",
    "prebuild": "rimraf dist"
  },
  "bugs": {
    "url": "https://github.com/datocms/js-rest-api-clients/issues"
  },
  "gitHead": "7fedaabd32ac2e5edf092aa105720e105e03751c"
}
