UNPKG

yed2kingly

Version:

Supports the conversion of graphs drawn with the yed editor into Kingly state machines

57 lines (56 loc) 1.28 kB
{ "name": "yed2kingly", "version": "0.8.1", "author": "brucou", "description": "Supports the conversion of graphs drawn with the yed editor into Kingly state machines", "devDependencies": { "assert-diff": "^3.0.0", "chai": "^4.2.0", "mocha": "^7.1.1" }, "bin": { "@brucou/yed2kingly": "bin/yed2kingly", "yed2kingly": "bin/yed2kingly", "y2k": "bin/yed2kingly" }, "scripts": { "tests": "cd tests && mocha *specs*" }, "dependencies": { "@brucou/utilities": "^0.2.0", "commander": "^5.0.0", "fast-xml-parser": "^3.16.0", "fp-rosetree": "0.6.2", "fs": "latest", "kingly": "^0.28.9", "nearley": "^2.19.3", "prettier": "^2.0.4", "pretty-format": "^26.0.0", "ramda": "^0.27.0" }, "prettier": { "trailingComma": "es5", "tabWidth": 2, "printWidth": 120, "semi": true, "singleQuote": true }, "sideEffects": false, "files": [ "index.js", "helpers.js", "properties.js", "template.js" ], "license": "MIT", "keywords": [ "state-machine", "state machine", "finite state machine", "state-transducer", "state transducer", "automata", "automaton", "automata" ] }