levtor
Version:
Levtor — a smart, fuzzy, AI-powered chat command handler and guardian for wallets and AI integration.
39 lines (38 loc) • 845 B
JSON
{
"name": "levtor",
"version": "1.0.0",
"description": "Levtor — a smart, fuzzy, AI-powered chat command handler and guardian for wallets and AI integration.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "bun test --coverage",
"prepare": "bun run build"
},
"repository": {
"type": "git",
"url": "https://github.com/0pn-w3b-wlt/Levtor.git"
},
"keywords": [
"chat",
"command-handler",
"levenshtein",
"fuzzy-matching",
"ai",
"middleware",
"whatsapp",
"wallet",
"typescript",
"guardian",
"translator"
],
"author": "Lemuel Okoli <lemuel@openwallet.com>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.1.3",
"vitest": "^0.34.3"
},
"dependencies": {
"fast-levenshtein": "^2.0.6"
}
}