File: //proc/self/root/usr/local/lib/node_modules/@capacitor/cli/package.json
{
"_from": "@capacitor/cli",
"_id": "@capacitor/cli@6.1.0",
"_inBundle": false,
"_integrity": "sha512-HEKDh3+FuNZKFHmSDZ7nAnaX3bzhtznYk9GsZBMac1y4CTAxIykPX9wzZ3DzLeM/EbMBGFClUbefkIkimAyfYg==",
"_location": "/@capacitor/cli",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@capacitor/cli",
"name": "@capacitor/cli",
"escapedName": "@capacitor%2fcli",
"scope": "@capacitor",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-6.1.0.tgz",
"_shasum": "d90cf2e64afc20cc34848594d4733237f204bbef",
"_spec": "@capacitor/cli",
"_where": "/home/ubuntu",
"author": {
"name": "Ionic Team",
"email": "hi@ionic.io",
"url": "https://ionic.io"
},
"bin": {
"cap": "bin/capacitor",
"capacitor": "bin/capacitor"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ionic/cli-framework-output": "^2.2.5",
"@ionic/utils-fs": "^3.1.6",
"@ionic/utils-process": "^2.1.11",
"@ionic/utils-subprocess": "2.1.11",
"@ionic/utils-terminal": "^2.3.3",
"commander": "^9.3.0",
"debug": "^4.3.4",
"env-paths": "^2.2.0",
"kleur": "^4.1.4",
"native-run": "^2.0.0",
"open": "^8.4.0",
"plist": "^3.0.5",
"prompts": "^2.4.2",
"rimraf": "^4.4.1",
"semver": "^7.3.7",
"tar": "^6.1.11",
"tslib": "^2.4.0",
"xml2js": "^0.5.0"
},
"deprecated": false,
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/jest": "^29.5.0",
"@types/plist": "^3.0.2",
"@types/prompts": "^2.0.14",
"@types/semver": "^7.3.10",
"@types/tar": "^6.1.1",
"@types/tmp": "^0.2.3",
"@types/xml2js": "0.4.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-jasmine2": "^29.5.0",
"tmp": "^0.2.1",
"ts-jest": "^29.0.5",
"typescript": "~5.0.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"assets/",
"bin/",
"dist/**/*.js",
"dist/declarations.d.ts"
],
"homepage": "https://capacitorjs.com",
"jest": {
"preset": "ts-jest",
"testRunner": "jest-jasmine2"
},
"keywords": [
"ionic",
"ionic framework",
"capacitor",
"universal app",
"progressive web apps",
"cross platform"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@capacitor/cli",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"scripts": {
"assets": "node ../scripts/pack-cli-assets.mjs",
"build": "npm run clean && npm run assets && tsc",
"clean": "rimraf ./dist",
"prepublishOnly": "npm run build",
"test": "jest -i",
"watch": "npm run assets && tsc -w"
},
"types": "dist/declarations.d.ts",
"version": "6.1.0"
}