-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 1.2 KB
/
package.json
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
30
31
32
{
"name": "cumulocity-remote-access-cloud-http-proxy",
"private": true,
"version": "2.9.2",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
"backend:dev": "yarn workspace cloud-http-proxy dev",
"build:release": "yarn workspace cloud-http-proxy build:release && yarn workspace remote-access-cloud-http-proxy-ui build:release",
"frontend:dev": "yarn workspace remote-access-cloud-http-proxy-ui start --shell devicemanagement"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy/issues"
},
"homepage": "https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy.git"
},
"workspaces": [
"backend",
"frontend"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"autoprefixer": "^10.4.20",
"semantic-release": "^24.2.0"
}
}