1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/package.json

15 lines
270 B
JSON
Raw Normal View History

2019-03-20 10:45:21 +13:00
{
2019-06-08 01:18:10 +12:00
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.14.1"
2019-09-23 12:04:30 +12:00
},
2020-01-23 02:50:39 +13:00
"dependencies": {},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"initialise": "lerna run initialise",
"clean": "lerna clean"
2020-01-23 02:50:39 +13:00
}
2019-03-20 10:45:21 +13:00
}