word-match-helper
Version:
Aho-Corasick based word-matching class. Match & filter words.
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "word-match-helper",
"version": "2.1.0",
"description": "Aho-Corasick based word-matching class. Match & filter words.",
"source": "index.ts",
"main": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanyaonian/word-match-helper.git"
},
"keywords": [
"Aho-Corasick",
"word-matching",
"word-filter"
],
"author": "MichaelHan",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanyaonian/word-match-helper/issues"
},
"homepage": "https://github.com/hanyaonian/word-match-helper#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.3.1",
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"eslint": "^8.11.0",
"eslint-config-alloy": "^4.5.1",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"vite": "^3.2.4"
}
}