@livre/icon-space
Version:
Word count
40 lines (39 loc) • 807 B
JSON
{
"name": "@livre/icon-space",
"version": "0.3.3",
"description": "Word count",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"axios": "^1.6.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/livre.git"
},
"keywords": [
"livre",
"icon-space",
"word-frequency"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/livre"
},
"homepage": "https://github.com/hoyeungw/livre#readme",
"gitHead": "d28f6ddda0e7338b6cf3f3bef2e1dec1b5352b5d"
}