UNPKG

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