-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 998 Bytes
/
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
{
"name": "nativefier-apps",
"version": "1.0.0",
"description": "create desktop apps from webapps",
"main": "index.js",
"scripts": {
"lrt-demo": "npx nativefier -n CoronaWhy -f 'https://app.powerbi.com/view?r=eyJrIjoiMDMyMzFiOTMtZDcyMi00MmI2LTljMjItYWVhMWYxYjU3ZjA2IiwidCI6ImRjMWYwNGY1LWMxZTUtNDQyOS1hODEyLTU3OTNiZTQ1YmY5ZCIsImMiOjEwfQ%3D%3D&pageName=ReportSection3c4d1fd89723f6341731' apps/",
"GCP": "npx nativefier -n GCP https://console.cloud.google.com apps/",
"AWS": "npx nativefier -n AWS https://console.aws.amazon.com apps/",
"dataverse": "npx nativefier -n Dataverse https://dataverse.s3.coronawhy.org apps/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoronaWhy/nativefier-apps.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoronaWhy/nativefier-apps/issues"
},
"homepage": "https://github.com/CoronaWhy/nativefier-apps#readme",
"dependencies": {
"nativefier": "^10.1.0"
}
}