UNPKG

871 BJSONView Raw
1{
2 "name": "@volks/worldbank-sources",
3 "version": "0.1.4",
4 "description": "A worldbank-sources",
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 "@acq/acq": "^0.2.11",
19 "@analys/enum-tabular-types": "^0.4.11",
20 "@spare/cite": "^0.9.8"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/hoyeungw/volks.git"
25 },
26 "keywords": [
27 "volks",
28 "function",
29 "worldbank-sources"
30 ],
31 "author": "Hoyeung Wong",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/hoyeungw/volks"
35 },
36 "homepage": "https://github.com/hoyeungw/volks#readme",
37 "gitHead": "9ff8471778c1027821d5028e3ff174a63018f9ab"
38}