UNPKG

romaji-fuzzy-search

Version:

Generates a regular expression for "Romaji Fuzzy Search"

46 lines (45 loc) 1.09 kB
{ "name": "romaji-fuzzy-search", "version": "1.1.0", "description": "Generates a regular expression for \"Romaji Fuzzy Search\"", "main": "dist/index.js", "types": "dist/index.d.js", "scripts": { "build": "tsc", "publish-to-npm": "rm -rf ./dist && npm run build && npm publish", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/kjirou/romaji-fuzzy-search.git" }, "keywords": [ "romaji", "search", "regexp" ], "author": { "name": "kjirou", "url": "https://github.com/kjirou" }, "license": "SEE LICENSE IN https://github.com/kjirou/romaji-fuzzy-search/blob/main/LICENSE", "bugs": { "url": "https://github.com/kjirou/romaji-fuzzy-search/issues" }, "homepage": "https://github.com/kjirou/romaji-fuzzy-search#readme", "engines": { "node": ">=14" }, "files": [ "README.md", "dist", "package.json" ], "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^16.4.1", "jest": "^27.0.6", "ts-jest": "^27.0.4", "typescript": "^4.3.5" } }