{
  "name": "xplor",
  "version": "0.6.2",
  "description": "XIP - The XploR Studio project manager command line tool",
  "type": "module",
  "exports": {
    "request": "./index.cjs",
    "import": "./index.mjs"
  },
  "bin": {
    "xplor": "bin/xplor.js"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xplor-studio/xip.git"
  },
  "homepage": "https://github.com/xplor-studio/xip/",
  "bugs": {
    "url": "https://github.com/xplor-studio/xip/issues/"
  },
  "keywords": [
    "xplor",
    "xplor-studio",
    "package-manager",
    "xpm"
  ],
  "author": "Hieu Bui Trung <hieubt@soc.one> (https://xplor.studio/)",
  "license": "MIT",
  "config": {},
  "dependencies": {
    "@ilg/cli-start-options": "^0.8.2",
    "@npmcli/arborist": "^7.3.1",
    "cacache": "^18.0.2",
    "copy-file": "^11.0.0",
    "cross-spawn": "^7.0.3",
    "decompress": "^4.2.1",
    "del": "^7.1.0",
    "https-proxy-agent": "^7.0.4",
    "is-windows": "^1.0.2",
    "liquidjs": "^10.10.1",
    "make-dir": "^4.0.0",
    "mz": "^2.7.0",
    "node-fetch": "^3.3.2",
    "pacote": "^17.0.6",
    "parse-git-config": "^3.0.0",
    "proxy-from-env": "^1.1.0",
    "semver": "^7.6.0",
    "tar": "^6.2.1",
    "url": "^0.11.3"
  }
}
