1
0
Fork 0
mirror of synced 2024-07-12 17:56:07 +12:00
budibase/packages/server/appPackages/testApp2/package.json

15 lines
356 B
JSON
Raw Normal View History

2019-09-07 17:50:35 +12:00
{
2019-10-14 20:32:20 +13:00
"name": "testApp2",
2019-09-07 17:50:35 +12:00
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2019-10-19 05:32:03 +13:00
"@budibase/bootstrap-components": "file:../../../bootstrap-components",
"@budibase/standard-components": "file:../../../standard-components"
2019-09-07 17:50:35 +12:00
}
}