https://github.com/galaxyproject/galaxy
Raw File
Tip revision: bab7a6a132455756a491fda92e6df56418582334 authored by Martin Cech on 04 April 2024, 22:15:25 UTC
Merge pull request #17905 from galaxyproject/dependabot/npm_and_yarn/client/undici-5.28.4
Tip revision: bab7a6a
package.json
{
  "name": "@galaxyproject/galaxy",
  "version": "23.1.0",
  "description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg    :alt: Galaxy Logo",
  "main": "index.js",
  "scripts": {
    "stage": "cpy './node_modules/@galaxyproject/galaxy-client/dist/*' './static/dist'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/galaxyproject/galaxy.git"
  },
  "author": "Galaxy Contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/galaxyproject/galaxy/issues"
  },
  "homepage": "https://github.com/galaxyproject/galaxy#readme",
  "dependencies": {
    "@galaxyproject/galaxy-client": "^23.1.1",
    "cpy-cli": "^5.0.0"
  }
}
back to top