{
  "name": "@ordojs/cli",
  "version": "0.1.0",
  "description": "Command line interface for OrdoJS framework",
  "main": "dist/cli.js",
  "bin": {
    "ordojs": "./dist/cli.js"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "ordojs",
    "cli",
    "framework",
    "typescript"
  ],
  "author": "OrdoJS Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ordojs/ordojs.git"
  },
  "bugs": {
    "url": "https://github.com/ordojs/ordojs/issues"
  },
  "homepage": "https://ordojs.dev",
  "dependencies": {
    "@ordojs/core": "^0.1.0"
  }
}