{
  "name": "@arconym/cli",
  "version": "0.1.0",
  "description": "Unified CLI for the Arconym full-stack framework.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "arconym": "dist/src/bin/arconym.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "lint": "echo \"TODO: add linting\"",
    "test": "echo \"TODO: add tests\"",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@arconym/core": "0.1.0"
  }
}
