mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
74fbbdce32
Bumps [c8](https://github.com/bcoe/c8) from 10.1.3 to 11.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](https://github.com/bcoe/c8/compare/v10.1.3...v11.0.0) --- updated-dependencies: - dependency-name: c8 dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "cordova-android",
|
|
"version": "15.0.1-dev.0",
|
|
"description": "cordova-android release",
|
|
"types": "./types/index.d.ts",
|
|
"main": "lib/Api.js",
|
|
"repository": "github:apache/cordova-android",
|
|
"bugs": "https://github.com/apache/cordova-android/issues",
|
|
"keywords": [
|
|
"android",
|
|
"cordova",
|
|
"apache"
|
|
],
|
|
"scripts": {
|
|
"prepare": "cordova-js build > templates/project/assets/www/cordova.js",
|
|
"test": "npm run lint && npm run cover && npm run java-unit-tests",
|
|
"lint": "eslint .",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
|
"cover": "c8 jasmine --config=spec/coverage.json",
|
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
|
"java-unit-tests": "node test/run_java_unit_tests.js"
|
|
},
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"android-versions": "^2.1.1",
|
|
"cordova-common": "^6.0.0",
|
|
"dedent": "^1.7.1",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"is-path-inside": "^3.0.3",
|
|
"nopt": "^9.0.0",
|
|
"properties-parser": "^0.6.0",
|
|
"semver": "^7.7.4",
|
|
"string-argv": "^0.3.2",
|
|
"untildify": "^4.0.0",
|
|
"which": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cordova/eslint-config": "^6.0.1",
|
|
"c8": "^11.0.0",
|
|
"cordova-js": "^6.1.0",
|
|
"elementtree": "^0.1.7",
|
|
"jasmine": "^6.0.0",
|
|
"jasmine-spec-reporter": "^7.0.0",
|
|
"rewire": "^9.0.1",
|
|
"tmp": "^0.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.17.0 || >=22.9.0"
|
|
},
|
|
"c8": {
|
|
"include": [
|
|
"lib"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
]
|
|
}
|
|
}
|