{
    "name": "crushdata",
    "version": "1.2.20",
    "description": "CLI to install CrushData AI data analyst skill for AI coding assistants",
    "main": "dist/index.js",
    "bin": {
        "crushdata": "./dist/index.js"
    },
    "scripts": {
        "build": "tsc && cd ui-react && npm install && npm run build && cd ../ui-dashboard && npm install && npm run build",
        "dev": "ts-node src/index.ts",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "data-analyst",
        "ai-skill",
        "claude",
        "cursor",
        "windsurf",
        "antigravity",
        "copilot"
    ],
    "author": "",
    "license": "Apache-2.0",
    "devDependencies": {
        "@types/express": "^4.17.21",
        "@types/fs-extra": "^11.0.4",
        "@types/mssql": "^9.1.8",
        "@types/node": "^20.10.0",
        "@types/papaparse": "^5.5.2",
        "@types/pg": "^8.16.0",
        "typescript": "^5.3.0"
    },
    "dependencies": {
        "@clickhouse/client": "^1.16.0",
        "@databricks/sql": "^1.12.0",
        "@google-cloud/bigquery": "^8.1.1",
        "commander": "^11.1.0",
        "express": "^4.18.2",
        "fs-extra": "^11.2.0",
        "mongodb": "^7.0.0",
        "mssql": "^12.2.0",
        "mysql2": "^3.16.0",
        "open": "^10.0.0",
        "papaparse": "^5.5.3",
        "pg": "^8.16.3",
        "snowflake-sdk": "^2.3.3"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "files": [
        "dist",
        "assets",
        "ui",
        "ui-dashboard-dist",
        "README.md",
        "LICENSE"
    ],
    "readme": "README.md",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/SankaiAI/crushdataai-agent.git"
    }
}
