-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
175 lines (175 loc) · 6.95 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
{
"name": "shane-sfdx-plugins",
"description": "sfdx plugins by Shane McLaughlin",
"version": "4.43.0",
"author": "@mshanemc",
"bugs": "https://github.com/mshanemc/shane-sfdx-plugins/issues",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@lifeomic/attempt": "^3.0.0",
"@mshanemc/plugin-helpers": "^2.0.5",
"@mshanemc/plugin-streaming": "^1.1.6",
"@mshanemc/sfdx-sosl": "^1.1.0",
"@oclif/command": "^1.5.12",
"@oclif/config": "^1.13.3",
"@oclif/errors": "^1.2.2",
"@salesforce/command": "^3.0.3",
"@salesforce/core": "^2.1.6",
"@salesforce/kit": "^1.2.1",
"@salesforce/ts-types": "^1.2.1",
"aes-js": "^3.1.2",
"chalk": "^2.4.2",
"cli-ux": "^5.2.0",
"csv-parse": "^4.9.0",
"fs-extra": "^7.0.1",
"js-yaml": "^3.14.0",
"js2xmlparser": "^3.0.0",
"json2csv": "^4.3.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"npm": "^6.8.0",
"puppeteer": "5.2.1",
"puppeteer-core": "5.2.1",
"purify-css": "^1.2.5",
"replace-in-file": "^6.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"stopword": "^0.1.13",
"strip-color": "^0.1.0",
"strip-css-comments": "^4.0.0",
"unzipper": "^0.9.11",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@oclif/dev-cli": "1.22.0",
"@oclif/plugin-help": "^2.1.6",
"@oclif/test": "^1.2.4",
"@salesforce/dev-config": "^1.4.4",
"@types/aes-js": "^3.1.0",
"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.11",
"@types/jsforce": "^1.9.23",
"@types/lodash": "^4.14.121",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.27",
"@types/puppeteer": "^1.12.1",
"@types/request-promise-native": "^1.0.15",
"@types/unzipper": "^0.9.1",
"@types/xml2js": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": ">=1",
"jest": "^24.3.1",
"lint-staged": ">=8",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"ts-jest": "^24.0.0",
"ts-node": "^7.0.1",
"typescript": "^3.3.3333"
},
"files": [
".oclif.manifest.json",
"/lib",
"/messages"
],
"homepage": "https://github.com/mshanemc/shane-sfdx-plugins",
"keywords": [
"sfdx-plugin"
],
"license": "MIT",
"oclif": {
"commands": "./lib/commands",
"topics": {
"shane:analytics": {
"description": "share apps, enable communities for analytics, start a dataflow, or download/upload/list datasets"
},
"shane:cdc": {
"description": "work with Change Data Capture streams"
},
"shane:communities": {
"description": "publish, activate, and query communities"
},
"shane:data": {
"description": "upload a file (optionally attached to record or in chatter feed) or query something to get its id"
},
"shane:github": {
"description": "install a package that's on github, using either the source OR a packaged version"
},
"shane:heroku": {
"description": "wait for success on heroku deployments and fully connect an org to Heroku Connect"
},
"shane:lwc": {
"description": "work with off-core (OSS) LWC locally, including creation and css extract/merge utilities"
},
"shane:mdapi": {
"description": "pull unpackaged or packaged source from an org, or push dx-formatted source to an org. Also, list or describe the objects via mdapi"
},
"shane:object": {
"description": "create objects locally or add fields or retention policies to them. Also, power of one, perm-align on all objects, add a recordType, OR remove all perms on any object"
},
"shane:org": {
"description": "create an org with a friendly username or delete an org without a username, or open its componentLibrary or metadataCoverage page, or reauth to it, or get a refresh token on an auth'd org"
},
"shane:permset": {
"description": "get information about or create permsets from local source schema"
},
"shane:profile": {
"description": "convert (most) everything in a profile to a permset OR whitelist ip ranges"
},
"shane:uiapi": {
"description": "get record, recordinfo or recordui from ui-api (probably for LWC jest mocking)"
},
"shane:user": {
"description": "set a users password or their chatter profile/banner photo. Or change all default chatter photos to annoying characters to encourage users to set their photo. Or set a user to debug mode"
}
},
"bin": "sfdx",
"plugins": [
"@mshanemc/plugin-streaming",
"@mshanemc/sfdx-sosl"
],
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "mshanemc/shane-sfdx-plugins",
"scripts": {
"build": "rimraf lib && tsc",
"clean": "rimraf .oclif.manifest.json; rimraf yarn-error.log; rimraf package-lock.json",
"postpublish": "yarn run clean; git push; git push --tags",
"posttest": "test:clean",
"prepare": "yarn run build && oclif-dev manifest && yarn test:clean",
"prepublishOnly": "yarn run build && oclif-dev manifest",
"preversion": "yarn run clean",
"test": "yarn run prepare && jest --runInBand",
"test:clean": "rimraf testProject*; rimraf heroku-xo-*",
"test:local": "LOCALONLY='true' yarn run prepare && jest --runInBand; yarn test:clean",
"test:parallel": "yarn run prepare && jest; yarn test:clean",
"test:watch": "yarn run prepare && jest --watch --runInBand",
"version": "oclif-dev readme && git add README.md",
"prettier": "prettier --write src/**/**/*.ts && prettier --write src/**/*.ts && prettier --write src/*.ts && prettier --write test/**/*.ts && prettier --write test/**/**/*.ts"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,js,css,json,md}": [
"prettier --write",
"git add"
]
}
}