{
  "author": "Apache Software Foundation",
  "name": "cordova-common",
  "description": "Apache Cordova tools and platforms shared routines",
  "license": "Apache-2.0",
  "version": "5.0.1",
  "repository": "github:apache/cordova-common",
  "bugs": "https://github.com/apache/cordova-common/issues",
  "main": "cordova-common.js",
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "test": "npm run lint && npm run cover",
    "test:unit": "jasmine \"spec/**/*.spec.js\"",
    "lint": "eslint .",
    "cover": "nyc npm run test:unit"
  },
  "dependencies": {
    "@netflix/nerror": "^1.1.3",
    "ansi": "^0.3.1",
    "bplist-parser": "^0.3.2",
    "cross-spawn": "^7.0.6",
    "elementtree": "^0.1.7",
    "endent": "^2.1.0",
    "fast-glob": "^3.3.3",
    "lodash.zip": "^4.2.0",
    "plist": "^3.1.0",
    "q": "^1.5.1",
    "read-chunk": "^3.2.0",
    "strip-bom": "^4.0.0"
  },
  "devDependencies": {
    "@cordova/eslint-config": "^5.1.0",
    "jasmine": "^4.6.0",
    "jasmine-spec-reporter": "^7.0.0",
    "nyc": "^15.1.0",
    "rewire": "^6.0.0",
    "tmp": "^0.2.3"
  },
  "nyc": {
    "all": true,
    "exclude": [
      "coverage/",
      "spec/"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
