UNPKG

802 BJSONView Raw
1{
2 "name": "@livre/icon-space",
3 "version": "0.1.12",
4 "description": "Word count",
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 "axios": "^0.25.0"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/hoyeungw/livre.git"
25 },
26 "keywords": [
27 "livre",
28 "icon-space",
29 "word-frequency"
30 ],
31 "author": "Hoyeung Wong",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/hoyeungw/livre"
35 },
36 "homepage": "https://github.com/hoyeungw/livre#readme",
37 "gitHead": "10a412f01a1aa035cbd1f90f6de522a7a03a9d6c"
38}