{ "name": "cheap-glkote", "version": "0.4.1", "description": "Abstract JavaScript implementation of GlkOte", "author": "He4eT ", "license": "MIT", "keywords": [ "glk", "glkote", "interactive fiction", "interactive-fiction" ], "type": "module", "engines": { "node": ">=14.0.0" }, "main": "src/index.js", "files": [ "/src" ], "repository": "https://github.com/He4eT/cheap-glkote", "bugs": "https://github.com/He4eT/cheap-glkote/issues", "devDependencies": { "ansi-escapes": "^4.0.0", "emglken": "^0.5.2", "minimist": "^1.2.5", "mute-stream": "0.0.8" }, "scripts": { "play": "node ./bin/player.stdio.js", "test": "./tests/runtests.sh" } }