UNPKG

cap-codepush-mod

Version:

CodePush Plugin for Capacitor

82 lines (81 loc) 2.2 kB
{ "name": "cap-codepush-mod", "version": "1.0.0-beta.1", "description": "CodePush Plugin for Capacitor", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "homepage": "https://github.com/mraghuram3/capacitor-codepush", "scripts": { "lint": "npm run prettier -- --check && npm run swiftlint -- lint", "prettier": "prettier \"**/*.{css,html,ts,js,java}\"", "swiftlint": "node-swiftlint", "build": "npm run clean && tsc && rollup -c rollup.config.js", "clean": "rimraf ./dist", "watch": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "capacitor", "code", "push", "ecosystem:capacitor", "capacitor-android", "capacitor-ios" ], "author": "Raghu Ram M", "license": "MIT", "devDependencies": { "@capacitor/cli": "4.1.0", "@capacitor/core": "^4.0.0", "@capacitor/device": "^4.0.1", "@capacitor/dialog": "^4.0.1", "@capacitor/filesystem": "^4.1.0", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-node-resolve": "^11.1.0", "@semantic-release/git": "^9.0.0", "@types/assert": "^1.5.4", "@types/cordova": "0.0.34", "@types/mkdirp": "^1.0.1", "@types/mocha": "^8.2.0", "@types/node": "^14.14.22", "@types/power-assert": "^1.5.3", "@types/q": "^1.5.4", "archiver": "^5.2.0", "body-parser": "^1.19.0", "del": "^6.0.0", "express": "^4.17.1", "gulp": "^4.0.2", "gulp-insert": "^0.5.0", "gulp-tslint": "^8.1.4", "gulp-typescript": "^5.0.1", "husky": "^4.3.8", "mkdirp": "^1.0.4", "mocha": "^8.2.1", "mocha-junit-reporter": "^2.0.0", "q": "^1.5.1", "replace": "^1.2.0", "rollup": "^2.38.0", "run-sequence": "^2.2.1", "semantic-release": "^17.3.7", "tslint": "^6.1.3", "typescript": "~4.2.4" }, "dependencies": { "code-push": "^4.0.2" }, "peerDependencies": { "@capacitor/core": "^4.0.0", "@capacitor/device": "^4.1.0", "@capacitor/dialog": "^4.1.0", "@capacitor/filesystem": "^4.1.0" }, "capacitor": { "android": { "src": "android" }, "ios": { "src": "ios" } } }