blob: 018281b68057e4e26b5a754ee09ab8ad12fbf095 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-common",
"description": "Apache Cordova tools and platforms shared routines",
"license": "Apache-2.0",
"version": "5.0.1-dev",
"repository": "github:apache/cordova-common",
"bugs": "https://github.com/apache/cordova-common/issues",
"main": "cordova-common.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint && npm run cover",
"test:unit": "jasmine \"spec/**/*.spec.js\"",
"lint": "eslint .",
"cover": "nyc npm run test:unit"
},
"dependencies": {
"@netflix/nerror": "^1.1.3",
"ansi": "^0.3.1",
"bplist-parser": "^0.3.2",
"cross-spawn": "^7.0.3",
"elementtree": "^0.1.7",
"endent": "^2.1.0",
"fast-glob": "^3.2.12",
"lodash.zip": "^4.2.0",
"plist": "^3.0.6",
"q": "^1.5.1",
"read-chunk": "^3.2.0",
"strip-bom": "^4.0.0"
},
"devDependencies": {
"@cordova/eslint-config": "^5.0.0",
"jasmine": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0"
},
"nyc": {
"all": true,
"exclude": [
"coverage/",
"spec/"
],
"reporter": [
"lcov",
"text"
]
}
}