-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@capacitor/trampoline",
"version": "0.4.1",
"description": "Project modification tool for capacitor",
"private": false,
"scripts": {
"build": "tsc",
"minor-release": "tsc && npm version minor && npm publish",
"patch-release": "tsc && npm version patch && npm publish"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@capacitor/gradle-parse": "8.0.0",
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.8",
"@prettier/plugin-xml": "^2.2.0",
"@xmldom/xmldom": "^0.7.5",
"cross-spawn": "^7.0.3",
"diff": "^7.0.0",
"ini": "^5.0.0",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"plist": "^3.0.4",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"replace": "^1.1.0",
"sharp": "^0.33.5",
"tempy": "^1.0.1",
"xcode": "^3.0.1",
"xml-js": "^1.6.11",
"xpath": "^0.0.32",
"yargs": "^17.2.1",
"@ionic/cli-framework-output": "^2.2.2",
"@ionic/utils-terminal": "^2.3.1",
"commander": "^8.2.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/sharp": "^0.31.1",
"@types/prompts": "^2.0.14",
"@types/cross-spawn": "^6.0.2",
"@types/diff": "^5.0.2",
"@types/fs-extra": "^11.0.4",
"@types/ini": "^4.1.1",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"jest": "^27.2.5",
"typescript": "^5.9.2"
}
}