-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "angular-xmc",
"version": "22.2.0-canary",
"description": "App root for Angular XMCloud setup",
"scripts": {
"start": "cd ./proxy && npm run start && cd ..",
"build": "cd ./proxy && npm run build-all && cd ..",
"install": "cd ./proxy && npm run install-all && cd ..",
"netlify-init": "netlify init",
"deploy-netlify": "netlify build && netlify deploy --prod"
},
"private": true,
"author": {
"name": "Sitecore Corporation",
"url": "https://jss.sitecore.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitecore/jss.git"
},
"bugs": {
"url": "https://github.com/sitecore/jss/issues"
},
"homepage": "https://jss.sitecore.com",
"license": "Apache-2.0",
"dependencies": {
"netlify-cli": "^17.36.2"
}
}