forked from OutSystems/cordova-outsystems-inappbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 962 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "com.outsystems.plugins.inappbrowser",
"version": "1.0.2",
"description": "InAppBrowser OutSystems Cordova Plugin",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"cordova": {
"id": "com.outsystems.plugins.inappbrowser",
"platforms": [
"android",
"ios"
]
},
"scripts": {
"build": "rimraf ./dist && vite build",
"update:tag": "node ./scripts/change-extensibility.js",
"update:version": "node ./scripts/tag-applications-o11.js",
"deploy": "node ./scripts/deploy.js",
"download": "node ./scripts/download.js"
},
"engines": [],
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/cordova": "^11.0.3",
"@types/node": "^20.12.12",
"cordova-common": "^5.0.0",
"eslint": "^7.11.0",
"prettier": "~2.3.0",
"rimraf": "^3.0.2",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
}
}