blob: c229c0d5e0ab46addaa10dbce922417eac91c236 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
"version": "12.0.2-dev",
"repository": "github:apache/cordova-lib",
"bugs": "https://github.com/apache/cordova-lib/issues",
"main": "cordova-lib.js",
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"cordova-common": "^5.0.0",
"cordova-fetch": "^4.0.0",
"cordova-serve": "^4.0.1",
"dep-graph": "^1.1.0",
"detect-indent": "^6.1.0",
"detect-newline": "^3.1.0",
"elementtree": "^0.1.7",
"execa": "^5.1.1",
"globby": "^11.1.0",
"init-package-json": "^6.0.0",
"md5-file": "^5.0.0",
"semver": "^7.5.0",
"stringify-package": "^1.0.1",
"write-file-atomic": "^5.0.0"
},
"devDependencies": {
"@cordova/eslint-config": "^5.0.0",
"cordova-android": "12.0.1",
"jasmine": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0"
},
"scripts": {
"test": "npm run lint && npm run test:coverage",
"test:unit": "jasmine \"spec/**/*.spec.js\"",
"test:e2e": "jasmine \"integration-tests/**/*.spec.js\"",
"test:all": "npm run test:unit && npm run test:e2e",
"test:coverage": "nyc npm run test:all",
"lint": "eslint ."
},
"nyc": {
"all": true,
"exclude": [
"templates/",
"integration-tests/",
"coverage/",
"spec/"
],
"reporter": [
"lcov",
"text"
]
}
}