{
  "name": "cordova-create",
  "version": "6.0.0",
  "description": "Apache Cordova create module. Creates new project from default or template",
  "main": "index.js",
  "repository": "github:apache/cordova-create",
  "bugs": "https://github.com/apache/cordova-create/issues",
  "keywords": [
    "cordova",
    "create",
    "apache",
    "ecosystem:cordova",
    "cordova:tool"
  ],
  "author": "Apache Software Foundation",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.17.0 || >=22.9.0"
  },
  "dependencies": {
    "cordova-app-hello-world": "^7.0.0",
    "cordova-common": "^6.0.0",
    "cordova-fetch": "^5.0.0",
    "globby": "^11.1.0",
    "import-fresh": "^3.3.1",
    "isobject": "^4.0.0",
    "npm-package-arg": "^13.0.0",
    "path-is-inside": "^1.0.2",
    "tmp": "^0.2.5",
    "valid-identifier": "0.0.2"
  },
  "devDependencies": {
    "@cordova/eslint-config": "^6.0.0",
    "c8": "^10.1.3",
    "jasmine": "^5.10.0",
    "rewire": "^9.0.1"
  },
  "scripts": {
    "test": "npm run lint && npm run cover",
    "lint": "eslint .",
    "jasmine": "jasmine \"spec/**/*.spec.js\"",
    "cover": "c8 npm run jasmine"
  },
  "c8": {
    "include": [
      "index.js"
    ],
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
