node-stemmer
Version:
A Node.js interface to the Snowball stemming algorithms
33 lines (32 loc) • 696 B
JSON
{
"name": "node-stemmer",
"version": "3.0.2",
"description": "A Node.js interface to the Snowball stemming algorithms",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"stemmer",
"snowball"
],
"author": "Andrea Maccis <andrea.maccis@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amaccis/node-stemmer.git"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"iconv-lite": "^0.6.3",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
},
"dependencies": {
"ffi-rs": "^1.2.10"
}
}