UNPKG

722 BJSONView Raw
1{
2 "name": "@typen/typ",
3 "version": "0.1.4",
4 "description": "A type cheker",
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 "numeric"
25 ],
26 "author": "Hoyeung Wong",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/hoyeungw/typen"
30 },
31 "homepage": "https://github.com/hoyeungw/typen#readme",
32 "gitHead": "298f7463d42e8db93ec24b6a736c68661bc91152"
33}