UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@pres/terminal-interface",
3 "version": "0.3.12",
4 "description": "Terminal-interface for pres",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist",
9 "usr"
10 ],
11 "publishConfig": {
12 "access": "public"
13 },
14 "scripts": {
15 "pub": "npm publish",
16 "test": "node -r @babel/register test/test.index.js"
17 },
18 "dependencies": {
19 "@pres/components": "^0.3.12",
20 "@pres/program": "^0.3.12",
21 "@pres/terminfo-parser": "^0.3.12",
22 "@pres/util-blessed-colors": "^0.3.12",
23 "@pres/util-helpers": "^0.3.12",
24 "@pres/util-unicode": "^0.3.12",
25 "url": "^0.11.0"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/hoyeungw/pres/terminal-interface.git"
30 },
31 "keywords": [
32 "pres",
33 "process",
34 "signal-handler",
35 "terminal-interface"
36 ],
37 "author": {
38 "name": "Hoyeung Wong",
39 "email": "hoyeungw@outlook.com",
40 "url": "https://github.com/hoyeungw"
41 },
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/pres/cluster"
45 },
46 "homepage": "https://github.com/hoyeungw/pres/cluster#readme",
47 "gitHead": "c5de109f3659c3069572555808fddd5501341e0c"
48}