swh:1:snp:68efb3baf28256c952b30ae9ecf5cb4fac86eafb
Raw File
Tip revision: 95c6650ba30d4209b7117a72d87f1ad75f375ac5 authored by John Chilton on 05 August 2024, 13:42:17 UTC
Merge pull request #18644 from jmchilton/bugfix_functional_test_tools
Tip revision: 95c6650
package.json
{
  "name": "@galaxyproject/galaxy",
  "version": "24.0.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": "^24.0.0",
    "cpy-cli": "^5.0.0"
  }
}
back to top