@ea-utilities/build-capacitor
Version:
This CLI tool automates the process of setting up the necessary environment and building Capacitor.js applications, specifically targeting Android. It handles the installation and configuration of Java Development Kits (JDKs), Android SDK command-line too
55 lines (54 loc) • 1.18 kB
JSON
{
"name": "@ea-utilities/build-capacitor",
"version": "1.0.5",
"main": "dist/index.js",
"bin": {
"build-capacitor": "cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"publish": "npm run build && npm publish",
"publish:beta": "npm run build && npm publish --tag beta",
"test:linux": "node ./tests/test-linux",
"test:windows": "node ./tests/test-windows"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"adm-zip": "^0.5.16",
"execa": "^8.0.1",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.1",
"got": "^14.4.7",
"npm-run-path": "^5.3.0",
"tar": "^7.4.3",
"vite": "^7.1.3",
"vite-plugin-node": "^7.0.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"terser": "^5.43.1"
},
"keywords": [
"capacitor",
"mobile",
"apk",
"android",
"ios",
"angular",
"android-sdk",
"gradle"
],
"files": [
"dist",
"package.json",
"cli.js",
"README.md"
],
"publishConfig": {
"access": "public"
}
}