UNPKG

@aplus/core

Version:

⭐ Axway Amplify module building Alloy projects on Appcelerator Titanium SDK Framework

97 lines (96 loc) 2.75 kB
{ "name": "@aplus/core", "version": "1.0.42", "description": "⭐ Axway Amplify module building Alloy projects on Appcelerator Titanium SDK Framework", "keywords": [ "aplus", "axway", "alloy", "appcelerator", "titanium", "mobile", "turbo", "sdk", "plugin", "amplify", "api-builder", "appcelerator-titanium", "titanium-sdk", "titanium-mobile", "titanium-module", "titanium-alloy", "axway-sdk", "axway-amplify", "brenton-house" ], "homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de", "bugs": { "url": "https://github.com/mobilehero-archive/aplus-core/issues" }, "license": "MIT", "author": { "name": "Brenton House", "url": "https://github.com/brentonhouse" }, "main": "./aplus-core.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" }, "repository": { "type": "git", "url": "git://github.com/mobilehero-archive/aplus-core.git" }, "devDependencies": { "@geek/eslint-config": "^1.0.3", "@titanium/eslint-config": "^1.0.49", "eslint": "^8.13.0", "semver": "^7.3.6" }, "engines": { "node": ">=12" }, "dependencies": { "@geek/cache": "^1.0.2", "@geek/config": "^1.0.1", "@geek/dotenv": "^0.0.9", "@geek/jsonc": "^1.0.8", "@geek/jwt": "^1.0.1", "@geek/logger": "^1.0.19", "@geek/retry": "^1.0.0", "@geek/spawn": "^1.0.2", "@geek/spinner": "^1.0.2", "@geek/tld": "^2.0.1-1", "@nativeloop/mobile": "^1.0.43", "@titanium/appcelerator": "^6.0.44", "@titanium/authentication": "^1.0.53", "@titanium/authentication-mock": "^1.0.38", "@titanium/authentication-oauth": "^1.0.60", "@titanium/bluebird": "^3.7.47", "@titanium/errors": "^1.0.46", "@titanium/essentials": "^1.0.75", "@titanium/events": "^1.0.53", "@titanium/eventsource": "^1.0.48", "@titanium/identity": "^2.0.46", "@titanium/json5": "^1.0.37", "@titanium/jsonc": "^1.0.40", "@titanium/jwt": "^1.0.46", "@titanium/module-copier": "^1.0.51", "@titanium/please": "^1.0.53", "@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", "debug": "^4.3.4", "lodash": "^4.17.21", "nativeloop": "^1.0.39", "resolve": "^1.22.0", "tiapp-dir": "^1.0.43", "uglify-js": "^3.15.4" } }