{
  "name": "@arpel/backend",
  "version": "0.0.5",
  "description": "terminal backend",
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish"
  },
  "dependencies": {
    "@arpel/escape": "^0.0.5",
    "@geia/enum-events": "^0.1.5",
    "@geia/enum-signals": "^0.1.5",
    "@pres/enum-events": "^0.3.33",
    "@pres/enum-key-names": "^0.3.33",
    "@spare/logger": "^0.13.2",
    "@texting/enum-chars": "^0.0.13",
    "@typen/nullish": "^0.1.17",
    "@vect/vector-merge": "^0.4.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/arpel.git"
  },
  "keywords": [
    "arpel",
    "tui",
    "term-ui",
    "terminal",
    "cli",
    "csi"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/arpel"
  },
  "homepage": "https://github.com/hoyeungw/arpel#readme",
  "gitHead": "cc8eb1876fb79f53b54bf3f515075c59a830cbc8"
}
