{
  "name": "@seahax/main",
  "version": "0.5.2",
  "private": false,
  "description": "Modify the NodeJS global context to better support CLI applications.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seahax/workshop.git",
    "directory": "packages/main"
  },
  "license": "Unlicense",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./errors": {
      "types": "./dist/errors.d.ts",
      "import": "./dist/errors.mjs"
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/*.tsbuildinfo"
  ],
  "scripts": {
    "build": "vite build && tsc -b -f src/tsconfig.json",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@types/source-map-support": "^0.5.10",
    "chalk": "^5.6.0",
    "ora": "^8.2.0",
    "source-map-support": "^0.5.21"
  },
  "devDependencies": {
    "@seahax/vite-plugin-lib": "0.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "20d8032b0f35df0d9668259f8edca68fc118f96f"
}
