1
0
Fork 0
mirror of synced 2024-07-10 00:35:57 +12:00
budibase/packages/server/appPackages/testApp/package.json
2019-09-11 05:18:00 +01:00

16 lines
351 B
JSON

{
"name": "testapp",
"version": "1.0.0",
"description": "",
"main": "plugins.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@budibase/client": "file:../../../client",
"@budibase/standard-components": "file:../../../standard-components"
}
}