UNPKG

817 BJSONView Raw
1{
2 "name": "@typen/enum-tabular-types",
3 "version": "0.1.18",
4 "description": "Enums for tabular types",
5 "main": "./dist/index.cjs",
6 "exports": {
7 "import": "./dist/index.mjs",
8 "require": "./dist/index.cjs"
9 },
10 "files": [
11 "dist"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "scripts": {
17 "pub": "npm publish",
18 "test": "node -r @babel/register test/object.type.test.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/hoyeungw/typen.git"
23 },
24 "keywords": [
25 "type",
26 "prototype",
27 "tabular",
28 "numeric"
29 ],
30 "author": "Hoyeung Wong",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hoyeungw/typen"
34 },
35 "homepage": "https://github.com/hoyeungw/typen#readme",
36 "gitHead": "750dc24231d6759d494f9eba8eebae2fab590bb0"
37}