blob: 5b02deb7ebbd2d019a7fc9d52ce7ff6373fcb302 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
"version": "10.1.0",
"repository": "github:apache/cordova-lib",
"bugs": "https://github.com/apache/cordova-lib/issues",
"main": "cordova-lib.js",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"cordova-common": "^4.0.2",
"cordova-fetch": "^3.0.1",
"cordova-serve": "^4.0.0",
"dep-graph": "^1.1.0",
"detect-indent": "^6.1.0",
"detect-newline": "^3.1.0",
"elementtree": "^0.1.7",
"execa": "^4.1.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.4",
"init-package-json": "^1.10.3",
"md5-file": "^5.0.0",
"pify": "^5.0.0",
"semver": "^7.3.5",
"stringify-package": "^1.0.1",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0",
"codecov": "^3.8.3",
"cordova-android": "^9.1.0",
"delay": "^4.4.1",
"jasmine": "^3.9.0",
"jasmine-spec-reporter": "^5.0.2",
"nyc": "^15.1.0",
"rewire": "^5.0.0"
},
"scripts": {
"test": "npm run lint && npm run unit-tests && npm run e2e-tests",
"lint": "eslint .",
"unit-tests": "jasmine \"spec/**/*.spec.js\"",
"cover": "nyc -x spec/ -x integration-tests/ npm test",
"report-coverage": "nyc report -r text-lcov > coverage.lcov && codecov",
"e2e-tests": "jasmine \"integration-tests/**/*.spec.js\""
}
}