UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@volks/worldbank-premade",
3 "version": "0.1.13",
4 "description": "A worldbank-premade",
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/test.index.js"
16 },
17 "dependencies": {
18 "@aryth/comparer": "^0.3.26",
19 "@aryth/distinct-vector": "^0.3.26",
20 "@aryth/math": "^0.3.26",
21 "@spare/markdown": "^0.12.4",
22 "@volks/worldbank-indicator": "^0.1.13"
23 },
24 "devDependencies": {
25 "@analys/enum-pivot-mode": "^0.5.2",
26 "@aryth/bound-vector": "^0.3.26",
27 "@typen/enum-data-types": "^0.1.17",
28 "@typen/num-strict": "^0.1.17",
29 "@vect/column-mapper": "^0.4.4",
30 "ora": "^6.0.0"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/hoyeungw/volks.git"
35 },
36 "keywords": [
37 "volks",
38 "function",
39 "worldbank-premade"
40 ],
41 "author": "Hoyeung Wong",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/hoyeungw/volks"
45 },
46 "homepage": "https://github.com/hoyeungw/volks#readme",
47 "gitHead": "4aec03531a79aad8e921129e7a89fc975b4d72f8"
48}