UNPKG

872 BJSONView Raw
1{
2 "name": "@volks/worldbank-sources",
3 "version": "0.1.9",
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.16",
19 "@analys/enum-tabular-types": "^0.4.23",
20 "@spare/cite": "^0.10.5"
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": "1af3704a31ef45f59a8468bfd5a3e0d4293f1804"
38}