UNPKG

@bhagat-surya-dev/dashchat-database-manager

Version:

AI-powered database schema analysis and management library

81 lines (80 loc) 1.89 kB
{ "name": "@bhagat-surya-dev/dashchat-database-manager", "version": "1.0.9", "description": "AI-powered database schema analysis and management library", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "database", "schema", "analysis", "ai", "cerebras", "postgresql", "mysql", "sqlite", "mongodb" ], "author": "Bhagat Surya <surya.inatom@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@cerebras/cerebras_cloud_sdk": "^1.0.0", "dotenv": "^16.0.0", "jsonrepair": "^3.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "@types/pg": "^8.0.0", "jest": "^30.0.5", "ts-jest": "^29.4.1", "typescript": "^5.0.0", "webpack": "^5.0.0" }, "peerDependencies": { "langchain": "^0.3.0", "mongodb": "^6.0.0", "mysql2": "^3.0.0", "pg": "^8.0.0", "postgres": "^3.0.0", "sqlite3": "^5.0.0", "typeorm": "^0.3.0" }, "peerDependenciesOptional": { "react-native-sqlite-storage": "^6.0.0", "react-native": ">=0.60.0", "@react-native-async-storage/async-storage": "^1.0.0" }, "files": [ "dist", "README.md", "webpack.config.js" ], "repository": { "type": "git", "url": "git+https://github.com/Bhagat028/my-database-manager.git" }, "engines": { "node": ">=16.0.0" }, "browser": { "fs": false, "path": "path-browserify", "crypto": "crypto-browserify", "stream": "stream-browserify", "util": "util", "buffer": "buffer", "process": "process/browser", "react-native-sqlite-storage": false, "react-native": false }, "webpack": "./webpack.config.js" }