1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/package.json

16 lines
352 B
JSON
Raw Normal View History

2019-09-07 17:50:35 +12:00
{
"name": "testapp2",
"version": "1.0.0",
"description": "",
"main": "plugins.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2019-09-11 16:18:00 +12:00
"@budibase/client": "file:../../../client",
"@budibase/standard-components": "file:../../../standard-components"
2019-09-07 17:50:35 +12:00
}
}