sequential-workflow-designer-react
Version:
React wrapper for Sequential Workflow Designer component.
83 lines • 2.08 kB
JSON
{
"name": "sequential-workflow-designer-react",
"description": "React wrapper for Sequential Workflow Designer component.",
"version": "0.28.0",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": {
"require": "./lib/index.d.ts",
"default": "./lib/index.d.ts"
},
"default": {
"require": "./lib/cjs/index.cjs",
"default": "./lib/esm/index.js"
}
}
},
"author": {
"name": "NoCode JS",
"url": "https://nocode-js.com/"
},
"homepage": "https://nocode-js.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nocode-js/sequential-workflow-designer.git"
},
"files": [
"lib/"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepare": "cp ../LICENSE LICENSE",
"clean": "rm -rf lib && rm -rf build && rm -rf node_modules/.cache/rollup-plugin-typescript2",
"start": "rollup -c --watch",
"build": "yarn clean && rollup -c",
"prettier": "prettier --check ./src",
"prettier:fix": "prettier --write ./src",
"eslint": "eslint ./src --ext .ts",
"test:single": "jest",
"test": "jest --clearCache && jest --watchAll"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"sequential-workflow-designer": "^0.28.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sequential-workflow-designer": "^0.28.0",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"keywords": [
"workflow",
"designer",
"builder",
"nocode",
"lowcode",
"flow",
"react",
"reactjs"
]
}