@dotcms/client
Version:
Official JavaScript library for interacting with DotCMS REST APIs.
59 lines • 1.44 kB
JSON
{
"name": "@dotcms/client",
"version": "1.5.6",
"description": "Official JavaScript library for interacting with DotCMS REST APIs.",
"repository": {
"type": "git",
"url": "git+https://github.com/dotCMS/core.git#main"
},
"dependencies": {
"consola": "^3.4.2"
},
"devDependencies": {
"@dotcms/types": "latest"
},
"scripts": {
"build": "nx run sdk-client:build:js; cd ../../../../dotCMS/src/main/webapp/html/js/editor-js; rm -rf src package.json *.esm.d.ts"
},
"keywords": [
"dotCMS",
"CMS",
"Content Management",
"API Client",
"REST API"
],
"exports": {
"./package.json": "./package.json",
".": {
"module": "./index.esm.js",
"types": "./index.d.ts",
"import": "./index.cjs.mjs",
"default": "./index.cjs.js"
},
"./internal": {
"module": "./internal.esm.js",
"types": "./internal.d.ts",
"import": "./internal.cjs.mjs",
"default": "./internal.cjs.js"
}
},
"typesVersions": {
"*": {
".": [
"./src/index.d.ts"
],
"internal": [
"./src/internal.d.ts"
]
}
},
"author": "dotcms <dev@dotcms.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotCMS/core/issues"
},
"homepage": "https://github.com/dotCMS/core/tree/main/core-web/libs/sdk/client/README.md",
"module": "./index.esm.js",
"main": "./index.cjs.js",
"types": "./index.d.ts"
}