blob: b5c3af69d7ea2615bd05e5a360edc5300824c976 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-js",
"description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
"engines": {
"node": ">=16.20.2"
},
"version": "7.0.0-dev",
"repository": "github:apache/cordova-js",
"bugs": "https://github.com/apache/cordova-js/issues",
"bin": "build-tools/cli.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"pretest": "npm run build:test",
"test": "npm run lint && karma start",
"build": "grunt compile",
"build:test": "node build-tools/test-build pkg/cordova.test.js"
},
"license": "Apache-2.0",
"dependencies": {
"execa": "^5.1.1",
"globby": "^11.1.0"
},
"devDependencies": {
"@cordova/eslint-config": "^5.1.0",
"cordova-android": "^9.1.0",
"cordova-ios": "^5.1.1",
"eslint-plugin-es5": "^1.5.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^4.0.1",
"puppeteer": "^22.6.3"
}
}