UNPKG

896 BJSONView Raw
1{
2 "name": "@analyz/convert",
3 "version": "0.1.1",
4 "description": "A convert",
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/test.index.js"
19 },
20 "dependencies": {
21 "@analyz/crostab": "^0.1.1",
22 "@analyz/samples": "^0.1.1",
23 "@analyz/table": "^0.1.1"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/hoyeungw/analyz.git"
28 },
29 "keywords": [
30 "analyz",
31 "function",
32 "convert"
33 ],
34 "author": "Hoyeung Wong",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/hoyeungw/analyz"
38 },
39 "homepage": "https://github.com/hoyeungw/analyz#readme",
40 "gitHead": "918e399bec08b7bb0a4830899c6d39f0b8c29392"
41}