{
  "name": "cassandra-codegen",
  "version": "0.0.9",
  "description": "Generate type definitions from a Cassandra database",
  "author": "ramikg",
  "license": "MIT",
  "keywords": [
    "cassandra",
    "scylladb",
    "cql"
  ],
  "files": [
    "src/",
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ramikg/cassandra-codegen.git"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:types": "tstyche"
  },
  "bin": {
    "cassandra-codegen": "./dist/cli.js"
  },
  "dependencies": {
    "cassandra-driver": "^4.7.2",
    "commander": "^12.1.0",
    "lodash": "^4.17.21",
    "ts-morph": "^23.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.7",
    "@types/node": "^22.4.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "tstyche": "^2.1.1",
    "typescript": "^5.5.4"
  }
}
