{
    "name": "@moduletrace/datasquirel",
    "version": "3.6.0",
    "description": "Cloud-based SQL data management tool",
    "main": "dist/index.js",
    "bin": {
        "dsql-watch": "dist/engine/dsql.js",
        "dsql-dump": "dist/engine/dump.js"
    },
    "scripts": {
        "dev": "tsc --watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/BenjaminToby/dsql.git"
    },
    "keywords": [
        "SQL",
        "Cloud",
        "Storage",
        "API",
        "Data",
        "Storage"
    ],
    "author": "Benjamin Toby",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/BenjaminToby/dsql/issues"
    },
    "homepage": "https://datasquirel.com/",
    "dependencies": {
        "@types/ace": "^0.0.52",
        "@types/lodash": "^4.17.13",
        "@types/mysql": "^2.15.21",
        "@types/next": "^9.0.0",
        "@types/node": "^22.7.5",
        "@types/react": "^18.2.21",
        "@types/react-dom": "^19.0.0",
        "@types/tinymce": "^4.6.9",
        "dotenv": "^16.3.1",
        "generate-password": "^1.7.1",
        "google-auth-library": "^9.15.0",
        "lodash": "^4.17.21",
        "mysql": "^2.18.1",
        "nodemailer": "^6.9.14",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
        "sanitize-html": "^2.13.1",
        "serverless-mysql": "^1.5.5"
    },
    "devDependencies": {
        "@types/nodemailer": "^6.4.17"
    }
}