-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 773 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ui5-webcomponents-data-binding-example",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/SAP-samples/ui5-webcomponents-data-binding-example"
},
"bugs": {
"url": "https://github.com/SAP-samples/ui5-webcomponents-data-binding-example/issues"
},
"scripts": {
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"vite": "npm run dev -w=vite-application",
"vite:dist": "npm run serve:dist -w=vite-application",
"vue": "npm run dev -w=vue-application",
"vue:dist": "npm run serve:dist -w=vue-application"
},
"workspaces": [
"packages/*",
"applications/*"
]
}