UNPKG

996 BJSONView Raw
1{
2 "name": "@analys/samples-select",
3 "version": "0.6.7",
4 "description": "A cross-samples analytics tool",
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 "@vect/object-mapper": "^0.6.6",
22 "@vect/vector-mapper": "^0.6.6"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/analys.git"
27 },
28 "keywords": [
29 "samples",
30 "crostab",
31 "cross-samples",
32 "pivot",
33 "pivotal",
34 "analyse",
35 "analytics",
36 "business intelligence"
37 ],
38 "author": "Hoyeung Wong",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/hoyeungw/analys"
42 },
43 "homepage": "https://github.com/hoyeungw/analys#readme",
44 "gitHead": "86925124b66714551d0caa5902e3697491582075"
45}