blob: 3aa639e462026de3e9536fc3694cd2a28bed0901 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
"version": "10.0.1-dev",
"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.0",
"cordova-serve": "^4.0.0",
"dep-graph": "^1.1.0",
"detect-indent": "^6.0.0",
"detect-newline": "^3.1.0",
"elementtree": "^0.1.7",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"init-package-json": "^1.10.3",
"md5-file": "^5.0.0",
"pify": "^5.0.0",
"semver": "^7.3.2",
"stringify-package": "^1.0.1",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0",
"codecov": "^3.7.0",
"cordova-android": "9.0.0",
"delay": "^4.3.0",
"jasmine": "^3.5.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\""
}
}