appc-cli-titanium
Version:
Titanium CLI Plugin
55 lines (54 loc) • 1.4 kB
JSON
{
"name": "appc-cli-titanium",
"version": "5.2.6",
"description": "Titanium CLI Plugin",
"main": "appc.js",
"scripts": {
"lint": "eslint .",
"test": "cross-env APPC_CLI_TITANIUM_TEST=1 JUNIT_REPORT_PATH=junit_report.xml nyc mocha test/_init.js test/*_test.js --reporter mocha-jenkins-reporter"
},
"keywords": [
"appc-cli-plugin",
"appcelerator",
"titanium",
"appc-client",
"appc-jira-cli"
],
"author": "Tony Lukasavage",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://jira.appcelerator.org/browse/CLI"
},
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/appc-cli-titanium.git"
},
"dependencies": {
"adm-zip": "^0.4.13",
"alloy": "^1.16.0",
"appc-platform-sdk": "~3.1.1",
"appc-security": "0.0.15",
"chalk": "^1.0.0",
"fs-extra": "^0.26.2",
"node-appc": "^0.3.4",
"node-forge": "^0.6.20",
"pac-proxy-agent": "^2.0.0",
"semver": "^7.3.2",
"tar": "^5.0.5",
"tiapp.xml": "0.2.2",
"titanium": "~5.3.2"
},
"devDependencies": {
"appc-cli-mocha": "0.0.7",
"async": "^0.9.0",
"cross-env": "^6.0.3",
"eslint": "^6.7.1",
"eslint-config-axway": "^4.5.0",
"eslint-plugin-mocha": "^6.2.2",
"lodash": "^4.17.19",
"mocha": "^6.2.2",
"mocha-jenkins-reporter": "^0.4.3",
"nyc": "^14.1.1",
"should": "^13.2.3"
}
}