1
0
Fork 0
mirror of synced 2024-07-31 19:01:57 +12:00
budibase/packages/server/appPackages/testApp/package.json
2019-09-10 10:37:08 +01:00

16 lines
310 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": "^0.0.1",
"@budibase/standard-components": "^0.0.1"
}
}