UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@pres/components-inform",
3 "version": "0.4.0",
4 "description": "Core components for pres",
5 "type": "module",
6 "exports": {
7 "import": "./dist/index.js"
8 },
9 "files": [
10 "dist"
11 ],
12 "publishConfig": {
13 "access": "public"
14 },
15 "scripts": {
16 "pub": "npm publish",
17 "test": "node -r @babel/register test/test.index.js"
18 },
19 "dependencies": {
20 "@pres/components-core": "^0.4.0",
21 "@pres/components-form": "^0.4.0",
22 "@pres/components-layout": "^0.4.0",
23 "@pres/components-text": "^0.4.0",
24 "@pres/enum-events": "^0.4.0",
25 "@pres/util-blessed-colors": "^0.4.0",
26 "@typen/enum-data-types": "^0.1.17"
27 },
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/hoyeungw/pres/components-inform.git"
31 },
32 "keywords": [
33 "pres",
34 "process",
35 "signal-handler",
36 "components-inform"
37 ],
38 "author": {
39 "name": "Hoyeung Wong",
40 "email": "hoyeungw@outlook.com",
41 "url": "https://github.com/hoyeungw"
42 },
43 "license": "MIT",
44 "bugs": {
45 "url": "https://github.com/hoyeungw/pres/cluster"
46 },
47 "homepage": "https://github.com/hoyeungw/pres/cluster#readme",
48 "gitHead": "44bde75b79e06ed10df00b456db759910915a736"
49}