{
  "name": "@trapezedev/project",
  "version": "7.1.4",
  "description": "Trapeze mobile configuration API for managing projects through code",
  "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
  "license": "SEE LICENSE",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "npm run clean && tsc",
    "watch": "tsc -w",
    "test": "vitest run"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@ionic/utils-fs": "^3.1.5",
    "@ionic/utils-subprocess": "^2.1.8",
    "@prettier/plugin-xml": "^2.2.0",
    "@trapezedev/gradle-parse": "7.1.3",
    "@xmldom/xmldom": "^0.9.9",
    "conventional-changelog": "^3.1.4",
    "cross-spawn": "^7.0.3",
    "diff": "^5.1.0",
    "env-paths": "^3.0.0",
    "gradle-to-js": "^2.0.0",
    "ini": "^2.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",
    "tempy": "^3.1.0",
    "tmp": "^0.2.1",
    "ts-node": "^10.2.1",
    "xcode": "^3.0.1",
    "xml-js": "^1.6.11",
    "xpath": "^0.0.32",
    "yargs": "^17.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/capacitor-configure.git"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.2",
    "@types/diff": "^5.0.2",
    "@types/fs-extra": "^9.0.13",
    "@types/ini": "^1.3.31",
    "@types/lodash": "^4.14.175",
    "@types/prettier": "^2.7.3",
    "@types/plist": "^3.0.2",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  },
  "gitHead": "3b4f9f02d6a74247a5606fe1c0688c9a1ec3fd4b"
}
