1
0
Fork 0
mirror of synced 2024-07-20 13:45:56 +12:00
budibase/packages/server/appPackages/testApp2/package.json
2019-09-07 06:50:35 +01:00

16 lines
360 B
JSON

{
"name": "testapp2",
"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/dist",
"budibase-standard-components": "file:../../../standard-components/dist"
}
}