{
  "name": "@ima/plugin-cli",
  "version": "20.0.0",
  "description": "IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.",
  "keywords": [
    "IMA",
    "IMA.js",
    "Isomorphic",
    "Javascript",
    "CLI",
    "Plugin"
  ],
  "bugs": {
    "url": "https://github.com/seznam/ima/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seznam/ima.git",
    "directory": "packages/plugin-cli"
  },
  "license": "MIT",
  "author": "Jan Šimeček <jan.simecek@firma.seznam.cz>",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ima-plugin": "./dist/bin/ima-plugin.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w --preserveWatchOutput",
    "lint": "eslint './**/*.{js,jsx,ts,tsx}'"
  },
  "dependencies": {
    "@ima/dev-utils": "^20.0.0",
    "@swc/core": "^1.15.1",
    "chalk": "^4.1.2",
    "chokidar": "^4.0.3",
    "globby": "^11.1.0",
    "preprocess": "^3.2.0",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@types/yargs": "^17.0.34"
  },
  "peerDependencies": {
    "typescript": ">=4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
