| { |
| "name": "cordova-coho", |
| "version": "2.0.0-dev", |
| "description": "Apache Cordova release tool", |
| "main": "./coho", |
| "bin": { |
| "coho": "./coho" |
| }, |
| "dependencies": { |
| "co": "^4.6.0", |
| "glob": "^11.0.0", |
| "inquirer": "^6.3.1", |
| "jira-client": "4.2.0", |
| "nlf": "^2.0.1", |
| "opener": "^1.4.1", |
| "optimist": "^0.6.1", |
| "plist": "^3.1.0", |
| "request": "^2.88.0", |
| "semver": "^7.6.3", |
| "shelljs": "^0.8.5", |
| "tar-fs": "^3.0.6", |
| "treeify": "^1.0.1", |
| "which": "^5.0.0", |
| "xml2js": "^0.6.2" |
| }, |
| "devDependencies": { |
| "@cordova/eslint-config": "^5.0.0", |
| "cordova-android": "^13.0.0", |
| "cordova-browser": "^7.0.0", |
| "cordova-ios": "^7.0.0", |
| "jasmine": "^2.5.3", |
| "jasmine-co": "^1.2.2", |
| "nyc": "^17.0.0" |
| }, |
| "scripts": { |
| "test": "npm run lint && npm run cover", |
| "cover": "nyc jasmine", |
| "lint": "eslint ." |
| }, |
| "nyc": { |
| "include": [ |
| "src" |
| ], |
| "reporter": [ |
| "lcov", |
| "text" |
| ] |
| }, |
| "repository": "github:apache/cordova-coho", |
| "bugs": "https://github.com/apache/cordova-coho/issues", |
| "engines": { |
| "node": ">=20.12.0" |
| }, |
| "author": "Apache Software Foundation", |
| "license": "Apache-2.0" |
| } |