mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"name": "@openstapps/database",
|
|
"version": "3.0.0",
|
|
"license": "AGPL-3.0-only",
|
|
"scripts": {
|
|
"build:docker": "docker build -t openstapps:database ."
|
|
},
|
|
"private": true
|
|
}
|