1
0
Fork 0
mirror of synced 2024-08-08 22:58:24 +12:00
budibase/packages/server/appPackages/_master/package.json

16 lines
353 B
JSON
Raw Normal View History

{
"name": "budibase-master",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
2019-09-11 16:18:00 +12:00
"@budibase/client": "file:../../../client",
"@budibase/standard-components": "file:../../../standard-components"
}
}