UNPKG

@datocms/cma-client

Version:
50 lines (49 loc) 1.25 kB
{ "name": "@datocms/cma-client", "version": "5.3.0", "description": "JS 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#readme", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "typings": "dist/types/index.d.ts", "sideEffects": false, "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist", "src", "resources.json" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/datocms/js-rest-api-clients.git" }, "scripts": { "build": "tsc && tsc --project ./tsconfig.esnext.json", "prebuild": "rimraf dist" }, "bugs": { "url": "https://github.com/datocms/js-rest-api-clients/issues" }, "dependencies": { "@datocms/rest-client-utils": "^5.2.8", "datocms-structured-text-utils": "^5.1.4", "uuid": "^9.0.1" }, "devDependencies": { "@datocms/dashboard-client": "^5.3.0", "@types/uuid": "^9.0.7" }, "gitHead": "7fedaabd32ac2e5edf092aa105720e105e03751c" }