UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

127 lines (126 loc) • 3.17 kB
{ "name": "@titanium/turbo", "version": "2.2.70", "description": "🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!", "author": "Axway, Inc. <info@axway.com>", "maintainers": [ { "name": "Brenton House", "url": "https://brenton.house" } ], "bugs": { "url": "https://github.com/mobilehero-archive/titanium-turbo/issues" }, "repository": { "type": "git", "url": "github:mobilehero-archive/titanium-turbo" }, "preferGlobal": false, "dependencies": { "@babel/code-frame": "^7.16.7", "@babel/core": "^7.17.9", "@babel/generator": "^7.17.9", "@babel/parser": "^7.17.9", "@babel/traverse": "^7.17.9", "@babel/types": "^7.17.0", "@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", "@titanium/appcelerator": "^6.0.43", "@titanium/bluebird": "^3.7.47", "@titanium/colors": "^2.0.42", "@titanium/errors": "^1.0.45", "@titanium/essentials": "^1.0.75", "@titanium/events": "^1.0.52", "@titanium/eventsource": "^1.0.48", "@titanium/jwt": "^1.0.45", "@titanium/module-copier": "^1.0.50", "@titanium/please": "^1.0.53", "@titanium/polyfill": "^1.0.51", "@titanium/querystring": "^1.0.42", "@titanium/tiapp-xml": "^1.0.53", "@titanium/titanium": "^5.4.51", "@xmldom/xmldom": "^0.8.2", "async": "^3.2.3", "chmodr": "^1.2.0", "cli-table3": "^0.6.1", "commander": "^9.1.0", "ejs": "3.1.6", "fs-extra": "^10.0.1", "global-paths": "^1.0.0", "lodash": "^4.17.21", "moment": "^2.29.2", "node.extend": "^2.0.2", "pkginfo": "0.4.1", "resolve": "^1.22.0", "source-map": "^0.7.3", "walk-sync": "^3.0.0", "xml2tss": "0.0.5" }, "license": "Apache-2.0", "bin": { "turbo2": "bin/alloy" }, "scripts": { "test2": "jake test:all", "pub:next": "npm publish --tag next", "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" }, "main": "./Alloy/alloy", "engines": { "node": ">=12" }, "homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de", "devDependencies": { "@geek/eslint-config": "^1.0.3", "@seadub/danger-plugin-dependencies": "^1.0.0", "@seadub/danger-plugin-eslint": "^3.0.2", "@seadub/danger-plugin-junit": "^0.3.0", "danger": "^11.0.2", "diff": "^5.0.0", "eslint": "^8.13.0", "jake": "^10.8.4", "mkdirp": "^1.0.4" }, "keywords": [ "appcelerator", "titanium", "native", "alloy", "mobile", "axway", "native", "ios", "iphone", "android", "appc-client", "turbo", "sdk", "plugin", "amplify", "api-builder", "titanium-sdk", "titanium-mobile", "titanium-module", "axway-sdk", "axway-amplify", "appcelerator-titanium", "brenton-house" ], "titanium": { "ignore": true } }