cyber-mysql-openai
Version:
Intelligent natural language to SQL translator with self-correction capabilities using OpenAI and MySQL
140 lines (139 loc) • 3.08 kB
JSON
{
"name": "cyber-mysql-openai",
"version": "0.1.10",
"description": "Intelligent natural language to SQL translator with self-correction capabilities using OpenAI and MySQL",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tsc",
"clean": "rimraf dist",
"test": "jest",
"lint": "eslint src --ext .ts",
"prepublishOnly": "npm run build",
"dev": "ts-node src/index.ts"
},
"keywords": [
"sql",
"natural-language",
"natural-language-processing",
"nlp",
"openai",
"gpt",
"gpt-4",
"chatgpt",
"ai",
"artificial-intelligence",
"machine-learning",
"ml",
"query",
"database",
"mysql",
"mariadb",
"translator",
"sql-generator",
"text-to-sql",
"language-to-sql",
"database-query",
"sql-assistant",
"database-assistant",
"typescript",
"nodejs",
"node",
"javascript",
"express",
"nestjs",
"backend",
"api",
"automation",
"data",
"data-analysis",
"business-intelligence",
"bi",
"analytics",
"reporting",
"cyber",
"mysql-ai",
"sql-ai",
"database-ai",
"smart-query",
"intelligent-query",
"conversational-sql",
"natural-query",
"voice-to-sql",
"chat-to-sql",
"llm",
"large-language-model",
"prompt-engineering",
"sql-optimization",
"query-builder",
"database-connector",
"mysql-connector",
"sql-parser",
"error-correction",
"self-healing",
"autonomous",
"smart-database",
"intelligent-database",
"conversational-interface",
"natural-interface",
"human-readable",
"business-language",
"non-technical",
"easy-sql",
"sql-helper",
"database-helper",
"data-extraction",
"report-generator",
"dashboard",
"multi-language",
"spanish",
"english",
"internationalization",
"i18n",
"logging",
"monitoring",
"enterprise",
"production-ready",
"scalable",
"reliable"
],
"author": "Lobo Cyber EC - <developer.danny.usca@gmail.com> (https://www.linkedin.com/in/danny-usca)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dannyusca/cyber-mysql-openai.git"
},
"devDependencies": {
"@types/fast-levenshtein": "^0.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9.29.0",
"jest": "^30.0.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"dependencies": {
"dotenv": "^16.5.0",
"fast-levenshtein": "^3.0.0",
"mysql2": "^3.14.1",
"openai": "^5.5.1",
"uuid": "^11.1.0"
}
}