{
  "name": "rarn",
  "version": "1.1.0",
  "description": "Universal Package Manager - Combining the best of Yarn and Conda for multi-language projects",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "rarn": "./bin/rarn"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "package-manager",
    "npm",
    "yarn",
    "conda",
    "python",
    "javascript",
    "dependency-management",
    "monorepo",
    "workspace",
    "environment-management",
    "virtual-environment",
    "shell-integration"
  ],
  "author": "Hua Van Anh Khoa",
  "license": "MIT",
  "dependencies": {
    "archiver": "^6.0.1",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "extract-zip": "^2.0.1",
    "glob": "^11.0.0",
    "inquirer": "^8.2.6",
    "js-yaml": "^4.1.0",
    "node-fetch": "^2.7.0",
    "ora": "^5.4.1",
    "semver": "^7.5.4",
    "tar": "^6.2.0"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.2",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.10.0",
    "@types/node-fetch": "^2.6.13",
    "@types/semver": "^7.5.6",
    "@types/tar": "^6.1.10",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.2"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/huavananhkhoa/rarn.git"
  },
  "bugs": {
    "url": "https://github.com/huavananhkhoa/rarn/issues"
  },
  "homepage": "https://github.com/huavananhkhoa/rarn#readme"
}
