@titanium/turbo
Version:
🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!
95 lines (94 loc) • 2.19 kB
JSON
{
"name": "@titanium/turbo",
"version": "2.0.12",
"description": "🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!",
"author": "Axway, Inc. <info@axway.com>",
"maintainers": [
{
"name": "Brenton House",
"email": "brenton.house@gmail.com",
"url": "https://brenton.house"
}
],
"bugs": {
"url": "https://github.com/brentonhouse/titanium-turbo/issues"
},
"repository": {
"type": "git",
"url": "github:brentonhouse/titanium-turbo"
},
"preferGlobal": false,
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.12.1",
"@babel/generator": "^7.12.1",
"@babel/parser": "^7.12.1",
"@babel/traverse": "^7.12.1",
"@babel/types": "^7.12.1",
"@geek/jsonc": "0.0.21",
"@titanium/module-copier": "0.0.28",
"async": "^2.6.3",
"chmodr": "^1.2.0",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"commander": "^2.20.3",
"ejs": "3.1.5",
"fs-extra": "^9.0.1",
"global-paths": "^1.0.0",
"jsonlint": "1.6.3",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"node.extend": "^2.0.2",
"pkginfo": "0.4.1",
"resolve": "^1.17.0",
"source-map": "^0.7.3",
"walk-sync": "^2.2.0",
"xml2tss": "0.0.5",
"xmldom": "^0.1.31"
},
"license": "Apache-2.0",
"bin": {
"turbo2": "bin/alloy"
},
"scripts": {
"test": "jake test:all",
"lint": "eslint .",
"list-files": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts && npm run list-files",
"prepublishOnly2": "git pull && bump",
"test2": "echo \"no tests\" && exit 0",
"pub:next": "npm publish --tag next"
},
"main": "./Alloy/alloy",
"engines": {
"node": ">=12"
},
"devDependencies": {
"@seadub/danger-plugin-dependencies": "^1.0.0",
"@seadub/danger-plugin-eslint": "^2.0.0",
"@seadub/danger-plugin-junit": "^0.2.0",
"danger": "^10.5.0",
"diff": "^4.0.2",
"eslint": "^7.11.0",
"jake": "^8.1.1",
"mkdirp": "^0.5.5"
},
"keywords": [
"appcelerator",
"titanium",
"native",
"alloy",
"mobile",
"axway",
"native",
"ios",
"iphone",
"android",
"appc-client",
"turbo",
"brenton-house"
],
"titanium": {
"ignore": true
}
}