UNPKG

851 BJSONView Raw
1{
2 "name": "@pres/enum-events",
3 "version": "0.4.0",
4 "description": "Events 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 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/hoyeungw/pres/alias.git"
22 },
23 "keywords": [
24 "pres",
25 "process",
26 "signal-handler",
27 "alias"
28 ],
29 "author": {
30 "name": "Hoyeung Wong",
31 "email": "hoyeungw@outlook.com",
32 "url": "https://github.com/hoyeungw"
33 },
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/hoyeungw/pres"
37 },
38 "homepage": "https://github.com/hoyeungw/pres#readme",
39 "gitHead": "44bde75b79e06ed10df00b456db759910915a736"
40}