1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00
budibase/package.json
2020-01-22 13:50:39 +00:00

14 lines
236 B
JSON

{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^3.14.1"
},
"dependencies": {},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"init": "lerna run initialise"
}
}