@rotorsoft/flow
Version:
A minimalistic state machine
42 lines (41 loc) • 881 B
JSON
{
"name": "@rotorsoft/flow",
"version": "1.1.2",
"description": "A minimalistic state machine",
"main": "index.js",
"author": "rotorsoft <rotorsoft@outlook.com>",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha \"./**/*.test.js\" --recursive"
},
"devDependencies": {
"chai": "^4.2.0",
"chalk": "^4.1.0",
"mocha": "^8.0.1"
},
"keywords": [
"funcional",
"async",
"state",
"machine",
"minimal",
"conventional",
"workflow",
"activity"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rotorsoft/flow.git"
},
"bugs": {
"url": "https://github.com/rotorsoft/flow/issues"
},
"homepage": "https://github.com/rotorsoft/flow#readme",
"dependencies": {}
}