Files
cordova-android/package.json
T
dependabot[bot] 52c33497ad chore(deps): bump is-path-inside from 3.0.3 to 4.0.0
Bumps [is-path-inside](https://github.com/sindresorhus/is-path-inside) from 3.0.3 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/is-path-inside/releases)
- [Commits](https://github.com/sindresorhus/is-path-inside/compare/v3.0.3...v4.0.0)

---
updated-dependencies:
- dependency-name: is-path-inside
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 11:20:45 +00:00

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": "^4.0.0",
"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": "^10.1.3",
"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"
]
}
}