@cap-js/sdm
Version:
CAP plugin for effortless integration of CAP applications with SAP Document Management Service.
76 lines (75 loc) • 1.58 kB
JSON
{
"name": "@cap-js/sdm",
"description": "CAP plugin for effortless integration of CAP applications with SAP Document Management Service.",
"version": "1.8.1",
"repository": "cap-js/sdm",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
"main": "cds-plugin.js",
"license": "Apache-2.0",
"files": [
"lib",
"index.cds",
"CHANGELOG.md"
],
"keywords": [
"sap",
"cap",
"dms",
"sdm",
"plugin"
],
"dependencies": {
"@cap-js/attachments": "2.0.2",
"@sap/xssec": "^4",
"axios": "^1.7.4",
"node-cache": "^5.1.2"
},
"peerDependencies": {
"@sap/cds": ">=8"
},
"devDependencies": {
"@cap-js/sqlite": "^1",
"@eslint/js": "^9.4.0",
"@sap/cds-dk": "^9",
"eslint": "^9.4.0",
"eslint-plugin-jest": "^28.5.0",
"globals": "^15.3.0",
"jest": "^29.7.0"
},
"scripts": {
"start": "cds-serve",
"test": "jest --coverage --config jest.config.js",
"integration-test": "jest --config jest-integration.config.js",
"lint": "npx eslint --fix . --no-cache"
},
"cds": {
"requires": {
"sdm": {
"vcap": {
"label": "sdm"
}
},
"kinds": {
"sdm": {
"impl": "@cap-js/sdm/lib/sdm"
}
},
"[development]": {
"attachments": {
"kind": "sdm"
}
},
"[production]": {
"attachments": {
"kind": "sdm"
}
},
"[hybrid]": {
"attachments": {
"kind": "sdm"
}
}
}
}
}