{
    "name": "@quarterfall/parseidon",
    "version": "1.0.4",
    "description": "Knex.js based query builder to interpret design patterns in MermaidJS.",
    "main": "dist/index.js",
    "scripts": {
        "build": "npx tsc",
        "test": "jest"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/quarterfall/parseidon.git"
    },
    "keywords": [
        "mermaid",
        "knex",
        "interpreter",
        "class",
        "diagrams",
        "er",
        "diagrams"
    ],
    "author": "Quarterfall",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/quarterfall/parseidon/issues"
    },
    "homepage": "https://github.com/quarterfall/parseidon#readme",
    "devDependencies": {
        "@types/jest": "^29.2.2",
        "jest": "^29.3.0",
        "prettier": "^2.7.1",
        "ts-jest": "^29.0.3",
        "typescript": "^4.8.4"
    },
    "prettier": {
        "tabWidth": 4
    },
    "dependencies": {
        "knex": "^2.3.0",
        "sqlite3": "^5.1.2"
    }
}
