{
  "name": "wuzzle",
  "version": "0.6.3",
  "description": "Wuzzle command line interface.",
  "keywords": [],
  "license": "MIT",
  "files": [
    "bin",
    "exports.d.ts",
    "exports.js"
  ],
  "typings": "exports.d.ts",
  "main": "exports.js",
  "bin": {
    "wuzzle": "bin/wuzzle.js",
    "wuzzle-transpile": "bin/wuzzle-transpile.js",
    "wuzzle-unregister": "bin/wuzzle-unregister.js"
  },
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/host1-tech/wuzzle.git"
  },
  "bugs": {
    "url": "https://github.com/host1-tech/wuzzle/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@wuzzle/cli": "0.6.3"
  },
  "gitHead": "3a9610a9ee5a74be7a04f02f5cbe7c0fdc8433c2"
}
