UNPKG

@titanium/appcelerator

Version:

⭐ Axway Amplify command-line (CLI) tool for installing Appcelerator Titanium SDK

62 lines (61 loc) 1.71 kB
{ "name": "@titanium/appcelerator", "version": "6.0.44", "description": "⭐ Axway Amplify command-line (CLI) tool for installing Appcelerator Titanium SDK", "main": "index.js", "author": "Jeff Haynie", "license": "SEE LICENSE IN LICENSE", "preferGlobal": true, "bin": { "appc": "./bin/appc", "appcelerator": "./bin/appc" }, "scripts": { "test": "cross-env APPC_TEST=1 JUNIT_REPORT_PATH=junit_report.xml nyc mocha test/**/*_test.js", "lint": "eslint . --fix", "list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz", "prep": "npm install --ignore-scripts", "test2": "npm run prep", "prepublishOnly": "git pull && npm run prep && bump insane", "prepublishOnly2": "git pull && npm run prep && npm audit fix && bump insane" }, "repository": { "type": "git", "url": "https://github.com/mobilehero-archive/appc-install.git" }, "homepage": "https://github.com/appcelerator/appc-install", "keywords": [ "appcelerator", "titanium", "apibuilder", "acs", "appcelerator cloud", "arrow" ], "devDependencies": { "cross-env": "^7.0.3", "eslint": "^8.13.0", "eslint-plugin-mocha": "^10.0.4", "lodash": "^4.17.21", "mocha": "^9.2.2", "mocha-jenkins-reporter": "^0.4.7", "nyc": "^15.1.0", "should": "^13.2.3" }, "dependencies": { "@titanium/titanium": "^5.4.52", "async": "^3.2.3", "chalk": "^5.0.1", "debug": "^4.3.4", "npm-install-checks": "^5.0.0", "pac-proxy-agent": "^5.0.0", "progress": "^2.0.3", "request": "^2.88.2", "semver": "^7.3.6", "strip-ansi": "^7.0.1", "tar": "^6.1.11" }, "engines": { "node": ">=12.13.0" } }