2015-10-20 16:15:57 -07:00
|
|
|
{
|
2016-11-02 16:32:15 -07:00
|
|
|
"name": "cordova-android",
|
2025-01-28 10:32:04 +09:00
|
|
|
"version": "14.0.0-dev",
|
2016-11-02 16:32:15 -07:00
|
|
|
"description": "cordova-android release",
|
2022-09-13 23:03:53 +10:00
|
|
|
"types": "./types/index.d.ts",
|
2021-07-13 11:01:50 +02:00
|
|
|
"main": "lib/Api.js",
|
2020-04-15 11:53:22 +09:00
|
|
|
"repository": "github:apache/cordova-android",
|
|
|
|
"bugs": "https://github.com/apache/cordova-android/issues",
|
2016-11-02 16:32:15 -07:00
|
|
|
"keywords": [
|
|
|
|
"android",
|
|
|
|
"cordova",
|
|
|
|
"apache"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-07-14 10:25:34 +02:00
|
|
|
"prepare": "cordova-js build > templates/project/assets/www/cordova.js",
|
2020-01-31 22:02:48 +09:00
|
|
|
"test": "npm run lint && npm run cover && npm run java-unit-tests",
|
2021-07-13 11:01:50 +02:00
|
|
|
"lint": "eslint lib spec test \"templates/cordova/**/!(*.*)\"",
|
2023-01-11 02:06:16 +01:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
2017-06-27 12:02:38 -05:00
|
|
|
"unit-tests": "jasmine --config=spec/unit/jasmine.json",
|
2019-01-08 15:50:41 +09:00
|
|
|
"cover": "nyc jasmine --config=spec/coverage.json",
|
2017-06-27 12:02:38 -05:00
|
|
|
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
2024-05-13 10:28:57 -03:00
|
|
|
"java-unit-tests": "node test/run_java_unit_tests.js"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2024-05-15 18:01:22 +09:00
|
|
|
"android-versions": "^2.0.0",
|
2023-03-09 18:34:31 +09:00
|
|
|
"cordova-common": "^5.0.0",
|
2024-05-15 18:01:22 +09:00
|
|
|
"dedent": "^1.5.3",
|
2021-07-15 21:02:32 +09:00
|
|
|
"execa": "^5.1.1",
|
2024-05-15 18:01:22 +09:00
|
|
|
"fast-glob": "^3.3.2",
|
|
|
|
"fs-extra": "^11.2.0",
|
2021-04-15 08:23:41 +09:00
|
|
|
"is-path-inside": "^3.0.3",
|
2024-05-15 18:01:22 +09:00
|
|
|
"nopt": "^7.2.1",
|
|
|
|
"properties-parser": "^0.6.0",
|
|
|
|
"semver": "^7.6.2",
|
2023-04-22 17:00:51 -03:00
|
|
|
"string-argv": "^0.3.1",
|
2021-07-13 17:02:09 +07:00
|
|
|
"untildify": "^4.0.0",
|
2024-05-15 18:01:22 +09:00
|
|
|
"which": "^4.0.0"
|
2016-11-02 16:32:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-15 18:01:22 +09:00
|
|
|
"@cordova/eslint-config": "^5.1.0",
|
2021-07-14 10:25:34 +02:00
|
|
|
"cordova-js": "^6.1.0",
|
2022-05-18 15:11:31 +01:00
|
|
|
"elementtree": "^0.1.7",
|
2024-05-15 18:01:22 +09:00
|
|
|
"jasmine": "^5.1.0",
|
2021-04-15 08:23:41 +09:00
|
|
|
"jasmine-spec-reporter": "^7.0.0",
|
2020-06-10 09:27:11 -04:00
|
|
|
"nyc": "^15.1.0",
|
2024-05-15 18:01:22 +09:00
|
|
|
"rewire": "^7.0.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-03-09 18:40:16 +09:00
|
|
|
"node": ">=16.13.0"
|
2017-04-05 13:59:27 -07:00
|
|
|
},
|
2019-01-08 15:36:54 +09:00
|
|
|
"nyc": {
|
|
|
|
"include": [
|
2021-07-13 11:01:50 +02:00
|
|
|
"lib"
|
2019-01-08 15:36:54 +09:00
|
|
|
],
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text"
|
|
|
|
]
|
|
|
|
}
|
2017-06-09 11:18:57 -07:00
|
|
|
}
|