UNPKG

895 BJSONView Raw
1{
2 "name": "typen",
3 "version": "0.1.5",
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 "devDependencies": {
16 "borel": "^0.1.30",
17 "crostab": "^0.2.23"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/hoyeungw/typen.git"
22 },
23 "keywords": [
24 "table",
25 "cross table",
26 "bi",
27 "insight",
28 "analytic"
29 ],
30 "author": {
31 "name": "Hoyeung Wong",
32 "email": "hoyeungw@outlook.com",
33 "url": "https://github.com/hoyeungw"
34 },
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/hoyeungw/typen"
38 },
39 "homepage": "https://github.com/hoyeungw/typen#readme",
40 "gitHead": "0e1838e96ee1201d8969531d9dc117c65150ac22"
41}