@datocms/cma-client-node
Version:
NodeJS client for DatoCMS REST Content Management API
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@datocms/cma-client-node",
"version": "5.0.1",
"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.0.1",
"@datocms/rest-client-utils": "^5.0.0",
"mime-types": "^2.1.35",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@datocms/dashboard-client": "^5.0.0",
"@types/mime-types": "^2.1.1",
"@types/tmp": "^0.2.3",
"datocms-structured-text-utils": "^2.0.4",
"unist-builder": "^2.0.3",
"unist-util-map": "^2.0.1"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/js-rest-api-clients/issues"
},
"gitHead": "51532eca9288ec685005e47f6bcc78df9bc20e19"
}