forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 744 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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": "25.1.0",
"cpy-cli": "^5.0.0"
},
"packageManager": "pnpm@10.26.1"
}