UNPKG

790 BJSONView Raw
1{
2 "name": "@geia/enum-roles",
3 "version": "0.1.5",
4 "description": "Enum of signals",
5 "type": "module",
6 "main": "dist/index.cjs",
7 "exports": {
8 "import": "./dist/index.js",
9 "require": "./dist/index.cjs"
10 },
11 "files": [
12 "dist"
13 ],
14 "publishConfig": {
15 "access": "public"
16 },
17 "scripts": {
18 "pub": "npm publish",
19 "test": "node -r @babel/register test/test.index.js"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/hoyeungw/geia.git"
24 },
25 "keywords": [
26 "geia",
27 "roles",
28 "constants"
29 ],
30 "author": "Hoyeung Wong",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hoyeungw/geia"
34 },
35 "homepage": "https://github.com/hoyeungw/geia#readme",
36 "gitHead": "464ecfefb754d02a26b0c01d12808d125f830173"
37}