{
  "author": "Apache Software Foundation",
  "name": "cordova-common",
  "description": "Apache Cordova tools and platforms shared routines",
  "license": "Apache-2.0",
  "version": "6.0.0",
  "repository": "github:apache/cordova-common",
  "bugs": "https://github.com/apache/cordova-common/issues",
  "main": "cordova-common.js",
  "engines": {
    "node": ">=20.9.0"
  },
  "scripts": {
    "test": "npm run lint && npm run cover",
    "test:unit": "jasmine \"spec/**/*.spec.js\"",
    "lint": "eslint .",
    "cover": "c8 npm run test:unit"
  },
  "dependencies": {
    "@netflix/nerror": "^1.1.3",
    "ansi": "^0.3.1",
    "bplist-parser": "^0.3.2",
    "elementtree": "^0.1.7",
    "endent": "^2.1.0",
    "fast-glob": "^3.3.3",
    "plist": "^3.1.0"
  },
  "devDependencies": {
    "@cordova/eslint-config": "^6.0.0",
    "c8": "^10.1.3",
    "jasmine": "^5.9.0",
    "jasmine-spec-reporter": "^7.0.0",
    "rewire": "^9.0.0",
    "tmp": "^0.2.3"
  },
  "c8": {
    "all": true,
    "exclude": [
      "coverage/",
      "spec/",
      "eslint.config.js"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
