{ "author": "Apache Software Foundation", "name": "cordova-lib", "license": "Apache-2.0", "description": "Apache Cordova tools core lib and API", "version": "12.0.1", "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", "fs-extra": "^11.1.0", "globby": "^11.1.0", "init-package-json": "^5.0.0", "md5-file": "^5.0.0", "pify": "^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": "^11.0.0", "delay": "^5.0.0", "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" ] } }