UNPKG

966 BJSONView Raw
1{
2 "name": "@analys/samples-select",
3 "version": "0.5.7",
4 "description": "A cross-samples analytics tool",
5 "exports": {
6 "import": "./dist/index.mjs",
7 "require": "./dist/index.cjs"
8 },
9 "files": [
10 "dist"
11 ],
12 "publishConfig": {
13 "access": "public"
14 },
15 "scripts": {
16 "pub": "npm publish",
17 "test": "node -r @babel/register test/test.index.js"
18 },
19 "dependencies": {
20 "@vect/object-mapper": "^0.5.4",
21 "@vect/vector-mapper": "^0.5.4"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/hoyeungw/analys.git"
26 },
27 "keywords": [
28 "samples",
29 "crostab",
30 "cross-samples",
31 "pivot",
32 "pivotal",
33 "analyse",
34 "analytics",
35 "business intelligence"
36 ],
37 "author": "Hoyeung Wong",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/hoyeungw/analys"
41 },
42 "homepage": "https://github.com/hoyeungw/analys#readme",
43 "gitHead": "6dc2128b81e9c76d305845b354d2ec1b99daa730"
44}