UNPKG

818 BJSONView Raw
1{
2 "name": "typen",
3 "version": "0.2.2",
4 "description": "A data type checker and converter",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "pub": "npm publish",
12 "test": "node test/util/test-main.js",
13 "test-jest": "jest"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/hoyeungw/typen.git"
18 },
19 "keywords": [
20 "table",
21 "cross table",
22 "bi",
23 "insight",
24 "analytic"
25 ],
26 "author": {
27 "name": "Hoyeung Wong",
28 "email": "hoyeungw@outlook.com",
29 "url": "https://github.com/hoyeungw"
30 },
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/hoyeungw/typen"
34 },
35 "homepage": "https://github.com/hoyeungw/typen#readme",
36 "gitHead": "f885cee4c3a6aef8018113add465f7ae67d58449"
37}