{
  "name": "@emscripten-forge/mambajs",
  "version": "0.21.6",
  "description": "Solve conda environments and pip packages in your browser",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
    "build": "yarn run clean && yarn run build:esbuild && yarn run build:types",
    "build:types": "tsc --emitDeclarationOnly",
    "build:esbuild": "node esbuild.config.js"
  },
  "files": [
    "lib/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "conda packages"
  ],
  "homepage": "https://github.com/emscripten-forge/mambajs",
  "bugs": {
    "url": "https://github.com/emscripten-forge/mambajs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emscripten-forge/mambajs.git"
  },
  "author": "Emscripten-forge developers",
  "license": " BSD-3-Clause license ",
  "devDependencies": {
    "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
    "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
    "esbuild": "^0.24.0",
    "rimraf": "^3.0.2",
    "typescript": "^5"
  },
  "dependencies": {
    "@conda-org/rattler": "^0.3.5",
    "@emscripten-forge/mambajs-core": "^0.21.5",
    "yaml": "^2.7.0"
  }
}
