{
  "name": "@magmonium/cli",
  "version": "0.7.12",
  "description": "A powerful and extensible asset compilation tool that can be shared across multiple projects",
  "bin": {
    "mag-cli": "bin/cli.js"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "files": [
    "src/**/*",
    "bin/**/*",
    "schemas/**/*",
    "templates/**/*",
    "README.md"
  ],
  "keywords": [
    "build-tool",
    "asset-compilation",
    "svg",
    "scss",
    "i18n",
    "cli",
    "magmonium"
  ],
  "author": "magmonium",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magmonium/nx.git",
    "directory": "libs/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ajv": "^8.0.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3 || ^5.0.0",
    "commander": "^11.0.0",
    "esbuild": "0.27.3",
    "fs-extra": "^11.1.1",
    "glob": "^10.3.10",
    "inquirer": "^8.2.6",
    "ollama": "^0.5.0",
    "png-to-ico": "^3.0.1",
    "sass": "^1.69.5",
    "sharp": "^0.34.5",
    "tsc-alias": "^1.8.16",
    "tslib": "^2.3.0",
    "yaml": "^2.3.4"
  },
  "type": "commonjs"
}