{
  "name": "movementkit-cli",
  "version": "1.0.18",
  "description": "CLI tool for bootstrapping and updating Movement Kit projects for Movement blockchain development",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuongpo/movement-kit.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "bin": {
    "mk": "bin/mk.js",
    "movementkit": "bin/mk.js"
  },
  "files": [
    "bin/mk.js",
    "dist/index.js",
    "kits/engineer"
  ],
  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun build src/index.ts --outdir dist --target node",
    "compile": "bun build src/index.ts --compile --outfile mk",
    "compile:binary": "bun build src/index.ts --compile --outfile bin/mk",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "lint": "biome check .",
    "lint:fix": "biome check --fix .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "cli",
    "movementkit",
    "movement",
    "blockchain",
    "move",
    "aptos",
    "dapp",
    "smart-contract",
    "web3"
  ],
  "author": "Movement Kit",
  "license": "MIT",
  "engines": {
    "bun": ">=1.3.2",
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "@octokit/rest": "^22.0.0",
    "cac": "^6.7.14",
    "cli-progress": "^3.12.0",
    "compare-versions": "^6.1.1",
    "extract-zip": "^2.0.1",
    "fs-extra": "^11.2.0",
    "ignore": "^5.3.2",
    "minimatch": "^10.1.1",
    "ora": "^8.0.0",
    "picocolors": "^1.1.1",
    "tar": "^7.4.3",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/bun": "latest",
    "@types/cli-progress": "^3.11.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.1",
    "typescript": "^5.7.2"
  }
}
