mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
25 lines
881 B
JSON
25 lines
881 B
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"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|