UNPKG

@titanium/updater

Version:

⭐ Axway Amplify module to check for app updates with Appcelerator Titanium SDK Framework

94 lines (93 loc) 2.32 kB
{ "name": "@titanium/updater", "version": "1.0.47", "description": "⭐ Axway Amplify module to check for app updates with Appcelerator Titanium SDK Framework", "keywords": [ "updates", "titanium", "mobile", "axway", "turbo", "ios", "android", "native", "appcelerator", "sdk", "plugin", "amplify", "api-builder", "appcelerator-titanium", "titanium-sdk", "titanium-mobile", "titanium-module", "axway-sdk", "axway-amplify", "brenton-house" ], "author": { "name": "Brenton House", "url": "https://brenton.house" }, "maintainers": [ { "name": "Brenton House", "url": "https://brenton.house" } ], "license": "MIT", "repository": { "type": "git", "url": "github:mobilehero-archive/titanium-updater" }, "homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de", "dependencies": { "@geek/cache": "^1.0.2", "@geek/config": "^1.0.1", "@geek/dotenv": "^0.0.9", "@geek/eslint-config": "^1.0.3", "@geek/jsonc": "^1.0.8", "@geek/jwt": "^1.0.1", "@geek/retry": "^1.0.0", "@geek/spawn": "^1.0.2", "@geek/spinner": "^1.0.2", "@geek/tld": "^2.0.1-1", "@titanium/appcelerator": "^6.0.44", "@titanium/bluebird": "^3.7.48", "@titanium/errors": "^1.0.46", "@titanium/essentials": "^1.0.76", "@titanium/events": "^1.0.53", "@titanium/eventsource": "^1.0.49", "@titanium/jwt": "^1.0.46", "@titanium/module-copier": "^1.0.51", "@titanium/please": "^1.0.54", "@titanium/polyfill": "^1.0.52", "@titanium/querystring": "^1.0.43", "@titanium/tiapp-xml": "^1.0.53", "@titanium/titanium": "^5.4.52", "@titanium/turbo": "^2.2.70" }, "devDependencies": { "@titanium/eslint-config": "1.0.49", "eslint": "^8.13.0", "lodash": "^4.17.21" }, "peerDependencies": { "@geek/logger": "^1.0.18", "@titanium/lottie": "^1.0.18" }, "main": "./updater.js", "scripts": { "lint": "eslint . --fix", "list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", "prep": "npm install --ignore-scripts", "test": "npm run prep", "prepublishOnly": "git pull && npm test && bump insane", "prepublishOnly2": "git pull && npm test && npm audit fix && bump insane" }, "titanium": { "type": "widget", "widgetDir": "./widget", "widgetId": "@titanium/updater", "platforms": "ios,android" } }