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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75{
"name": "@trapezedev/configure",
"version": "7.1.3",
"description": "Trapeze configuration tool for automatically configuring projects",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
"license": "SEE LICENSE",
"files": [
"bin",
"dist",
"README.md"
],
"bin": {
"trapeze": "./bin/trapeze"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"watch": "tsc -w",
"test": "jest"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@ionic/cli-framework-output": "^2.2.2",
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.8",
"@ionic/utils-terminal": "^2.3.1",
"@prettier/plugin-xml": "^1.1.0",
"@trapezedev/project": "7.1.3",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"@types/prompts": "^2.0.14",
"@types/slice-ansi": "^5.0.0",
"commander": "^8.2.0",
"conventional-changelog": "^3.1.4",
"env-paths": "^3.0.0",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"plist": "^3.0.4",
"prompts": "^2.4.2",
"replace": "^1.1.0",
"tmp": "^0.2.1",
"ts-node": "^10.2.1",
"yaml": "^1.10.2",
"yargs": "^17.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor-configure.git"
},
"jest": {
"preset": "ts-jest",
"testTimeout": 30000,
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"mjs"
],
"testMatch": [
"**/test/**/*.test.(ts|tsx|js|mjs)"
]
},
"devDependencies": {
"jest": "^27.2.5",
"rimraf": "^6.0.1",
"tempy": "^3.1.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"gitHead": "3b4f9f02d6a74247a5606fe1c0688c9a1ec3fd4b"
}