-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
202 lines (202 loc) · 6.14 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
196
197
198
199
200
201
202
{
"name": "@salesforce/plugin-functions",
"description": "Functions plugin for the SF CLI",
"version": "1.23.0",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
},
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.16",
"@heroku-cli/schema": "^1.0.25",
"@heroku/eventsource": "^1.0.7",
"@heroku/function-toml": "^0.0.3",
"@heroku/functions-core": "^0.7.2",
"@heroku/project-descriptor": "0.0.6",
"@oclif/core": "^2.8.0",
"@salesforce/core": "^3.36.2",
"@salesforce/sf-plugins-core": "^2.0.1",
"@salesforce/ts-types": "^1.7.3",
"axios": "^0.27.2",
"axios-debug-log": "^0.8.4",
"chalk": "^4.1.2",
"cli-ux": "^5.6.7",
"date-fns": "^2.30.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.1",
"global-agent": "^3.0.0",
"handlebars": "^4.7.8",
"jsforce": "^1.11.1",
"kbpgp": "^2.1.15",
"lodash": "^4.17.21",
"netrc-parser": "^3.1.6",
"node-fetch": "^3.3.2",
"sha256-file": "^1.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^3.3.15",
"@oclif/plugin-help": "^5",
"@oclif/plugin-which": "^1.0.4",
"@oclif/test": "^2",
"@salesforce/dev-config": "^3.0.0",
"@salesforce/dev-scripts": "^2.0.3",
"@salesforce/plugin-command-reference": "^1.6.18",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "^1.4.19",
"@types/fs-extra": "^9.0.13",
"@types/node-fetch": "^3.0.3",
"@types/nodegit": "^0.28.7",
"@types/semver": "^7.5.8",
"@types/sha256-file": "^1.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/supports-color": "^8.1.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chai": "^4.4.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-salesforce": "^0.1.6",
"eslint-config-salesforce-license": "^0.2.0",
"eslint-config-salesforce-typescript": "^0.2.8",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^43.0.5",
"eslint-plugin-prettier": "^4.0.0",
"globby": "^11.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.6",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"oclif": "^3.17.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"shx": "^0.3.4",
"sinon": "11.1.2",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]",
"files": [
"/lib",
"/messages",
"/templates",
"/oclif.manifest.json",
"/schemas",
"/oclif.lock",
"/npm-shrinkwrap.json"
],
"homepage": "https://github.com/salesforcecli/plugin-functions",
"keywords": [
"oclif-plugin"
],
"license": "BSD-3-Clause",
"oclif": {
"commands": "./lib/commands",
"bin": "sf",
"topicSeparator": " ",
"hooks": {
"sf:deploy": "./lib/hooks/deploy",
"sf:env:list": "./lib/hooks/envList",
"sf:env:display": "./lib/hooks/envDisplay"
},
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-which",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
],
"topics": {
"deploy": {
"description": "Commands to deploy artifacts to an environment."
},
"env": {
"description": "Commands to manage your environments, such as orgs and compute environments.",
"subtopics": {
"create": {
"description": "Commands to create environments."
},
"compute": {
"description": "Commands to manage compute environments.",
"subtopics": {
"collaborator": {
"description": "Commands to manage collaboration with Heroku users."
}
}
},
"log": {
"description": "Commands to stream log output for an environment."
},
"logdrain": {
"description": "Commands to add a log drain to a specified environment."
},
"var": {
"description": "Commands to get, list, add, and set environment variables."
}
}
},
"generate": {
"description": "Commands to generate a project, create a function, and more."
},
"login": {
"description": "Commands to log in to an environment.",
"subtopics": {
"functions": {
"description": "Commands to log in to Salesforce Functions."
}
}
},
"logout": {
"description": "Commands to log out of an environment.",
"subtopics": {
"functions": {
"description": "Commands to log out of Salesforce Functions."
}
}
},
"run": {
"description": "Commands to run a function.",
"subtopics": {
"function": {
"description": "Commands to run a function."
}
}
},
"whoami": {
"description": "Commands to show information about yourself or your account."
}
}
},
"repository": "salesforcecli/plugin-functions",
"scripts": {
"build": "sf-build",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock npm-shrinkwrap.json",
"compile": "sf-compile",
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn lint && yarn test:deprecation-policy",
"prepack": "sf-prepack && oclif lock && npm shrinkwrap",
"prepare": "sf-install",
"pretest": "sf-compile-test",
"promote-dist-tags": "./bin/promote-dist-tags",
"test": "sf-test",
"test:command-reference": "./bin/dev commandreference:generate --erroronwarnings",
"test:deprecation-policy": "./bin/dev snapshot:compare",
"test:json-schema": "./bin/dev schema:compare",
"version": "oclif readme"
},
"publishConfig": {
"access": "public"
},
"main": "lib/index.js"
}