UNPKG

low-code-service

Version:

to handle workflow execution, handlebars execution and condition execution for low code service

35 lines (34 loc) 875 B
{ "name": "low-code-service", "package-name": "low-code-service", "version": "3.0.1", "description": "to handle workflow execution, handlebars execution and condition execution for low code service", "main": "./build/dist/index.js", "scripts": { "test": "node ./build/dist/test/mock-test.js", "build": "./node_modules/.bin/tsc -p tsconfig.json" }, "keywords": [ "Low-Code", "Workflow", "Handlebars", "Condition" ], "type": "commonjs", "author": "Shivam Jha", "license": "ISC", "dependencies": { "handlebars": "4.7.8", "lodash": "4.17.21", "moment-timezone": "0.5.31", "sift": "17.0.1", "typescript": "5.1.6" }, "devDependencies": { "@babel/cli": "^7.24.1", "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "@babel/preset-react": "^7.24.1", "@types/node": "^20.10.3" } }