-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@titanium/tiapp-xml",
"version": "1.0.54",
"description": "⭐ Axway Amplify module to modify app config - tiapp.xml for Appcelerator Titanium SDK",
"license": "MIT",
"author": {
"name": "Tony Lukasavage",
"email": "[email protected]",
"url": "http://tonylukasavage.com"
},
"maintainers": [
{
"name": "Brenton House",
"url": "https://brenton.house"
}
],
"main": "index.js",
"scripts": {
"test:install-all": "./cli/add-module.js my.test.module",
"test:install-platform": "./cli/add-module.js my.test.module ios",
"test:install-platform-version": "./cli/add-module.js my.test.module android 1.2.3",
"test:uninstall-all": "./cli/remove-module.js my.test.module",
"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"
},
"bin": "./cli/main.js",
"repository": {
"type": "git",
"url": "github:mobilehero-archive/titanium-tiapp-xml"
},
"bugs": {
"url": "https://github.com/mobilehero-archive/titanium-tiapp-xml/issues"
},
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"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",
"@titanium/appcelerator": "^6.0.44",
"@titanium/bluebird": "^3.7.48",
"@titanium/errors": "^1.0.46",
"@titanium/essentials": "^1.0.76",
"@titanium/events": "^1.0.53",
"@titanium/eventsource": "^1.0.49",
"@titanium/jwt": "^1.0.46",
"@titanium/module-copier": "^1.0.51",
"@titanium/please": "^1.0.54",
"@titanium/polyfill": "^1.0.52",
"@titanium/querystring": "^1.0.43",
"@titanium/titanium": "^5.4.52",
"@titanium/turbo": "^2.2.70",
"@xmldom/xmldom": "^0.8.2",
"find-up": "^6.3.0",
"lodash.get": "^4.4.2",
"pretty-data2": "~0.40.1"
},
"devDependencies": {
"@geek/eslint-config": "^1.0.3",
"eslint": "^8.13.0",
"should": "~13.2.3"
},
"engines": {
"node": ">=8.0"
},
"keywords": [
"titanium",
"mobile",
"alloy",
"turbo",
"axway",
"appcelerator",
"ios",
"android",
"iphone",
"ipad",
"tiapp",
"xml",
"sdk",
"plugin",
"amplify",
"api-builder",
"appcelerator-titanium",
"titanium-sdk",
"titanium-mobile",
"titanium-module",
"axway-sdk",
"axway-amplify",
"brenton-house"
],
"titanium": {
"ignore": true
}
}