UNPKG

@datocms/cma-client-node

Version:
53 lines (52 loc) 1.51 kB
{ "name": "@datocms/cma-client-node", "version": "5.2.2", "description": "NodeJS 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-node#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.2.2", "@datocms/rest-client-utils": "^5.1.13", "mime-types": "^2.1.35", "tmp-promise": "^3.0.3" }, "devDependencies": { "@datocms/dashboard-client": "^5.2.0", "@types/mime-types": "^2.1.1", "@types/tmp": "^0.2.3", "datocms-structured-text-utils": "^5.1.4", "unist-builder": "^2.0.3", "unist-util-map": "^2.0.1" }, "scripts": { "build": "../../generate/reExportEverything.ts cma-client-node && ../../node_modules/.bin/biome check --write ./src/index.ts && tsc && tsc --project ./tsconfig.esnext.json", "prebuild": "rimraf dist" }, "bugs": { "url": "https://github.com/datocms/js-rest-api-clients/issues" }, "gitHead": "0baaa965f46f73b20ed8ab2d9f63f6e9d5b0f4fd" }