slim
Version:
Compile a Kingly state machine drawn in the yed professional graph editor down to JavaScript
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "slim",
"version": "0.11.1",
"author": "brucou",
"description": "Compile a Kingly state machine drawn in the yed professional graph editor down to JavaScript",
"bin": {
"@brucou/slim": "./sli",
"slim": "./sli"
},
"devDependencies": {
"assert-diff": "^3.0.0",
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"dependencies": {
"pretty-format": "^26.0.0",
"nearley": "^2.19.3",
"funfix": "^7.0.1",
"ejs": "^3.1.2",
"commander": "^5.0.0",
"fs": "latest",
"prettier": "^2.0.4",
"fast-xml-parser": "^3.16.0",
"fp-rosetree": "0.6.2",
"kingly": "^0.28.0",
"ramda": "^0.27.0"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 120,
"semi": true,
"singleQuote": true
},
"sideEffects": false,
"files": [
"index.js",
"conversion.js",
"helpers.js",
"properties.js",
"templates.js",
"yedEdgeLabelGrammar.js"
],
"license": "MIT",
"keywords": [
"state-machine",
"state machine",
"finite state machine",
"state-transducer",
"state transducer",
"automata",
"automaton",
"automata"
]
}