UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@arpel/backend",
3 "version": "0.0.2",
4 "description": "terminal backend",
5 "type": "module",
6 "main": "dist/index.cjs",
7 "exports": {
8 "import": "./dist/index.js",
9 "require": "./dist/index.cjs"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "scripts": {
15 "pub": "npm publish"
16 },
17 "dependencies": {
18 "@arpel/escape": "^0.0.2",
19 "@geia/enum-events": "^0.1.3",
20 "@geia/enum-signals": "^0.1.3",
21 "@pres/enum-events": "^0.3.33",
22 "@pres/enum-key-names": "^0.3.33",
23 "@spare/logger": "^0.12.5",
24 "@texting/enum-chars": "^0.0.13",
25 "@typen/nullish": "^0.1.17",
26 "@vect/vector-merge": "^0.4.10"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/hoyeungw/arpel.git"
31 },
32 "keywords": [
33 "arpel",
34 "tui",
35 "term-ui",
36 "terminal",
37 "cli",
38 "csi"
39 ],
40 "author": "Hoyeung Wong",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/hoyeungw/arpel"
44 },
45 "homepage": "https://github.com/hoyeungw/arpel#readme",
46 "gitHead": "212cffdeb9be3ba842fc82b58ca33738eb2f8852"
47}