UNPKG

@sap/low-code-event-handler

Version:

The generic event handlers for LCAP

56 lines (55 loc) 1.25 kB
{ "name": "@sap/low-code-event-handler", "version": "1.2.5", "description": "The generic event handlers for LCAP", "main": "index.js", "files": [ "index.js", "src/**", "functions/**", "mtx/**" ], "scripts": { "mocha": "npx mocha", "jest": "npx jest", "test": "npm run jest -- --silent", "test:debug": "npm run mocha -- --inspect-brk", "test:coverage": "npx nyc --reporter=lcov --reporter=cobertura --reporter=html --reporter=text npx mocha", "package": "bash bin/package.sh" }, "jest": { "testEnvironment": "node", "testTimeout": 20000, "testMatch": [ "**/*.test.js" ] }, "mocha": { "recursive": true, "parallel": true, "timeout": 20000 }, "keywords": [ "lcap", "event", "handler" ], "author": "SAP SE", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sap-cloud-sdk/http-client": "^3.3.0", "@sap/cds": "*", "@sap/external-service-mashup": "^1.0.0", "@sap/xsenv": "^3.4.0", "cfenv": "^1.2.4" }, "devDependencies": { "@sap/xssec": "3.6.0", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0", "express": "^4.18.1", "semver": "^7", "sqlite3": "5.0.3" } }