amql-cli 0.0.0-alpha.0

AQL command-line interface and REPL
{
  "name": "@amql/cli",
  "version": "0.0.0-alpha.0",
  "description": "AQL command-line interface and REPL",
  "bin": {
    "aql": "../../target/release/aql"
  },
  "scripts": {
    "build": "cargo build --release -p amql-cli"
  },
  "dependencies": {
    "@amql/engine": "workspace:*"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vikr01/aql",
    "directory": "crates/amql-cli"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}