forked from dxatscale/sfpowerkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
156 lines (156 loc) · 5.21 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
{
"name": "sfpowerkit",
"version": "6.1.0",
"release": "November 22",
"author": {
"name": "DXatScale",
"email": "dxatscale@accenture.com"
},
"bugs": "https://github.com/accenture/sfpowerkit/issues",
"dependencies": {
"@dxatscale/sfp-logger": "^1.0.2",
"@salesforce/command": "4.2.2",
"@salesforce/core": "2.35.0",
"@salesforce/plugin-user": "1.6.0",
"@salesforce/source-deploy-retrieve": "5.9.5",
"ajv": "^8.8.2",
"apex-parser": "^2.11.0",
"archiver": "5.3.0",
"async-retry": "^1.3.1",
"axios": "0.21.3",
"better-sqlite3": "^7.5.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2",
"child-process": "^1.0.2",
"child-process-promise": "^2.2.1",
"cli-ux": "5.5.1",
"diff": "^5.0.0",
"diff-match-patch": "^1.0.5",
"diff-match-patch-line-and-word": "^0.1.2",
"fast-glob": "^3.2.5",
"find-java-home": "^1.1.0",
"fs-extra": "^9.1.0",
"glob": "^7.2.0",
"hook-std": "^2.0.0",
"ignore": "^5.1.8",
"nested-object-diff": "^1.1.0",
"node-cache": "^5.1.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"simple-git": "3.5.0",
"ts-node": "9.1.1",
"tslib": "2.1.0",
"unzip-stream": "0.3.1",
"unzipper": "0.10.11",
"xml-formatter": "^2.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@oclif/dev-cli": "1.26.5",
"@oclif/plugin-help": "3.2.9",
"@oclif/test": "^1.2.8",
"@salesforce/dev-config": "^2.1.0",
"@types/async-retry": "^1.4.2",
"@types/better-sqlite3": "^7.4.2",
"@types/chai": "^4.2.16",
"@types/diff-match-patch": "^1.0.32",
"@types/fs-extra": "^9.0.11",
"@types/jsforce": "^1.9.23",
"@types/mocha": "^9.1.0",
"@types/node": "14.14.7",
"@types/pino": "^6.3.7",
"@types/request-promise": "^4.1.47",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chai": "^4",
"eslint": "^8.7.0",
"globby": "^11.0.3",
"husky": "^6.0.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"sinon": "^10.0.0",
"typescript": "4.5.4"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/messages",
"/resources",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/accenture/sfpowerkit",
"keywords": [
"sfdx-plugin",
"sfdx",
"plugin",
"salesforce",
"cli"
],
"license": "MIT",
"main": "./lib/index.js",
"oclif": {
"commands": "./lib/commands",
"topics": {
"sfpowerkit:package": {
"description": "Helper commands for unlocked package"
},
"sfpowerkit:package:version": {
"description": "Commands related to details of package"
},
"sfpowerkit:org": {
"description": "Helper commands for org such as connectedapp, creation of sandbox etc"
},
"sfpowerkit:pool": {
"description": "Commands to create a pool of scratch orgs"
},
"sfpowerkit:project": {
"description": "Commands that operate on the project"
},
"sfpowerkit:project:datamodel": {
"description": "Commands that operate on the data model"
},
"sfpowerkit:auth": {
"description": "Authorisation Related Commands"
},
"sfpowerkit:source": {
"description": "Commands that work on the source"
},
"sfpowerkit:source:customlabel": {
"description": "Commands to operate on custom label"
},
"sfpowerkit:source:profile": {
"description": "Commands that operate on profiles"
},
"sfpowerkit:source:pmd": {
"description": "This command is a wrapper around PMD ( downloads PMD for the first time) with some predefined defaults, such as ruleset, output format, output file. The command is to be run from the project directory"
},
"sfpowerkit": {
"description": "Salesforce DevOps Helper Extensions to use in CI/CD Pipelines"
}
},
"devPlugins": [
"@oclif/plugin-help"
]
},
"repository": "accenture/sfpowerkit",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .js,.jsx,.ts,.tsx ",
"prepare": "rimraf tsconfig.tsbuildinfo && rimraf lib && tsc -b && oclif-dev manifest && npm shrinkwrap",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "git add README.md",
"format": "npx prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "npx pretty-quick --staged"
}
}
}