@livre/frequent-words
Version:
frequent words
40 lines • 867 B
JSON
{
"name": "@livre/frequent-words",
"version": "0.3.3",
"description": "frequent words",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@vect/vector-init": "^0.8.0",
"@vect/vector-merge": "^0.6.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/livre.git"
},
"keywords": [
"livre",
"frequent-words",
"word-frequency"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/livre"
},
"homepage": "https://github.com/hoyeungw/livre#readme",
"gitHead": "d28f6ddda0e7338b6cf3f3bef2e1dec1b5352b5d",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}