18 lines
410 B
JSON
18 lines
410 B
JSON
|
{
|
||
|
"name": "budibase",
|
||
|
"version": "0.0.1",
|
||
|
"description": "budibase wrapper repo for development",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"budibase"
|
||
|
],
|
||
|
"author": "Michael Shanks",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"budibase-core": "git+ssh://git@gitlab.com/budibase-dist/budibase-core.git"
|
||
|
}
|
||
|
}
|