mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
36 lines
842 B
JSON
36 lines
842 B
JSON
{
|
|
"name": "cheap-glkote",
|
|
"version": "0.4.1",
|
|
"description": "Abstract JavaScript implementation of GlkOte",
|
|
"author": "He4eT <He4eTHb1u@gmail.com>",
|
|
"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",
|
|
"eslint": "^8.41.0",
|
|
"minimist": "^1.2.5",
|
|
"mute-stream": "0.0.8"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint bin/ src/",
|
|
"lint:fix": "eslint --fix bin/ src/",
|
|
"play": "node ./bin/player.stdio.js",
|
|
"test": "./tests/runtests.sh"
|
|
}
|
|
}
|