mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 15:25:49 +00:00
18 lines
586 B
JSON
18 lines
586 B
JSON
{
|
|
"name": "gradido",
|
|
"version": "1.21.0",
|
|
"description": "Gradido",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:gradido/gradido.git",
|
|
"author": "Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"release": "scripts/release.sh",
|
|
"installAll": "yarn && cd database && yarn && cd ../frontend && yarn && cd ../admin && yarn && cd ../backend && yarn && cd ../e2e-tests && yarn && cd ../federation && yarn && cd ../dht-node && yarn && cd .."
|
|
},
|
|
"dependencies": {
|
|
"auto-changelog": "^2.4.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|