UNPKG

@datocms/cma-client

Version:
49 lines (48 loc) 1.2 kB
{ "name": "@datocms/cma-client", "version": "4.0.1", "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": "^4.0.0", "uuid": "^9.0.1" }, "devDependencies": { "@datocms/dashboard-client": "^4.0.0", "@types/uuid": "^9.0.7" }, "gitHead": "c74fa489d5e1b126a19836232a666093f2f4dd40" }