{
    "name": "@queenzeinaproductions/mysql-bricks",
    "version": "1.1.3",
    "description": "sql-bricks extension for MySQL",
    "main": "index.js",
    "scripts": {
        "test": "mocha tests.js"
    },
    "keywords": [
        "mysql",
        "node",
        "nodejs",
        "sql-bricks",
        "query"
    ],
    "author": "Christian Braghette",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/christianbraghette/mysql-bricks/tree/npm"
    },
    "dependencies": {
        "sql-bricks": "^3.0.0"
    },
    "devDependencies": {
        "chai": "^4.2.0",
        "mocha": "^10.0.0"
    }
}