{
  "name": "unipm",
  "type": "module",
  "version": "1.1.65",
  "license": "MIT",
  "author": "GongT <admin@gongt.me>",
  "exports": {
    "./package.json": "./package.json"
  },
  "bin": {
    "unipm": "./bins/bin.js",
    "unpm": "./bins/bin.js"
  },
  "dependencies": {
    "execa": "^9.6.1",
    "json5": "^2.2.3",
    "pacote": "^21.5.0",
    "@idlebox/common": "^1.5.28",
    "@idlebox/json-edit": "^0.0.16",
    "@idlebox/node": "^1.4.37",
    "@idlebox/source-map-support": "^0.0.23"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/pacote": "^11.1.8",
    "@build-script/baseline-rig": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GongT/baobao.git",
    "directory": "standalone/unipm"
  },
  "preferGlobal": true,
  "sideEffects": false,
  "scripts": {
    "build": "mpis-run build",
    "watch": "mpis-run watch",
    "clean": "mpis-run clean"
  }
}