-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
195 lines (195 loc) · 6.04 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "@relaypro/cli",
"description": "Relay developer CLI",
"version": "1.9.0",
"author": "Brandon Smith @BrandonSmith",
"bin": {
"relay": "./bin/run"
},
"bugs": "https://github.com/relaypro/relay-cli/issues",
"dependencies": {
"@oclif/core": "1.26.0",
"@oclif/plugin-help": "5.2.1",
"@oclif/plugin-not-found": "2.3.17",
"@oclif/plugin-plugins": "2.2.4",
"@oclif/plugin-update": "3.1.0",
"@oclif/plugin-version": "1.2.1",
"@types/luxon": "3.2.0",
"base62str": "1.0.9",
"conf": "10.2.0",
"crypto-js": "4.1.1",
"debug": "4.3.4",
"enquirer": "2.3.6",
"form-urlencoded": "6.1.0",
"http-call": "5.3.0",
"lodash": "4.17.21",
"luxon": "3.2.1",
"open": "8.4.0",
"rrule": "2.7.1",
"split2": "4.1.0",
"supports-color": "9.3.1",
"ts-results": "3.3.0",
"tslib": "2.4.1"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@oclif/test": "2.3.3",
"@types/chai": "4.3.4",
"@types/cli-progress": "3.11.0",
"@types/crypto-js": "4.1.1",
"@types/debug": "4.1.7",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"@types/split2": "3.2.1",
"@types/supports-color": "8.1.1",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"chai": "4.3.7",
"eslint": "8.32.0",
"eslint-config-oclif": "4.0.0",
"eslint-config-oclif-typescript": "1.0.3",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-promise": "6.1.1",
"makensis": "2.0.4",
"mocha": "10.2.0",
"nock": "13.3.0",
"nyc": "15.1.0",
"oclif": "3.6.1",
"ts-node": "10.9.1",
"typescript": "4.9.4"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"/bin",
"/dist",
"/package-lock.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/relaypro/relay-cli",
"keywords": [
"relay",
"relaypro",
"sdk",
"cli"
],
"license": "MIT",
"main": "dist/index.js",
"oclif": {
"scope": "relaypro",
"commands": "./dist/commands",
"bin": "relay",
"dirname": "relay",
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
],
"plugins": [
"@oclif/plugin-version",
"@oclif/plugin-help",
"@oclif/plugin-not-found",
"@oclif/plugin-update"
],
"helpClass": "./dist/lib/help",
"hooks": {
"prerun": [
"./dist/hooks/prerun/analytics"
]
},
"topicSeparator": " ",
"topics": {
"alice": {
"description": "Manage Alice integrations",
"hidden": true
},
"alice:ticketer": {
"description": "Manage Alice ticketer task"
},
"alice:webhook": {
"description": "Manage Alice webhook task"
},
"hotsos": {
"description": "Manage HotSOS integrations",
"hidden": true
},
"tag": {
"description": "Manages configurations that can be associated with an NFC tag"
},
"task": {
"description": "Manage task configurations",
"hidden": true
},
"task:groups": {
"description": "Manage task groups"
},
"task:types": {
"description": "Manage task types"
},
"workflow": {
"description": "Manage workflow configurations"
},
"workflow:create": {
"description": "Create or update a workflow by trigger type"
},
"workflow:args": {
"description": "Manage arguments for a workflow"
}
},
"macos": {
"identifier": "com.relaypro.cli",
"sign": "Developer ID Installer: Republic Wireless, Inc."
},
"update": {
"node": {
"version": "14.19.1",
"targets": [
"darwin-x64",
"linux-x64",
"win32-x64"
]
},
"s3": {
"xz": false,
"bucket": "relaygo-link",
"folder": "cli",
"templates": {
"target": {
"baseDir": "<%- bin %>",
"unversioned": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-v<%- version %>/<%- bin %>-v<%- version %>-<%- platform %>-<%- arch %><%- ext %>",
"manifest": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
},
"vanilla": {
"baseDir": "<%- bin %>",
"unversioned": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %><%- ext %>",
"versioned": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %><%- bin %>-v<%- version %>/<%- bin %>-v<%- version %><%- ext %>",
"manifest": "packages/<%- channel === 'stable' ? '' : 'channels/' + channel + '/' %>version"
}
}
}
}
},
"repository": "relaypro/relay-cli",
"scripts": {
"lint": "eslint . --ext .ts --config .eslintrc.json",
"postpack": "rm -f oclif.manifest.json",
"prepack": "rm -rf dist *.tsbuildinfo && tsc -b && npx oclif manifest && npx oclif readme --multi",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "npx oclif readme --multi && git add *.md docs/*.md",
"notary": "xcrun -r altool --notarize-app -f dist/macos/relay-v$npm_package_version.pkg --primary-bundle-id \"com.relaygo.cli\" --apiKey \"$APPLE_API_KEY\" --apiIssuer \"$APPLE_API_ISSUER\"",
"notary-info": "xcrun altool --notarization-info \"$npm_config_request\" --apiKey \"$APPLE_API_KEY\" --apiIssuer \"$APPLE_API_ISSUER\"",
"staple": "npm run staple-do && npm run staple-validate",
"staple-do": "xcrun stapler staple dist/macos/relay-v$npm_package_version.pkg",
"staple-validate": "xcrun stapler validate dist/macos/relay-v$npm_package_version.pkg"
},
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
}
}