UNPKG

2.46 kBJSONView Raw
1{
2 "name": "sfpowerkit",
3 "description": "Salesforce DevOps Helper Extensions",
4 "version": "1.10.2",
5 "author": "Azlam Abdulsalam @azlam-abdulsalam",
6 "bugs": "https://github.com/accenture/sfpowerkit/issues",
7 "dependencies": {
8 "@oclif/command": "1",
9 "@oclif/config": "1",
10 "@oclif/errors": "1",
11 "@salesforce/command": "^1.4.1",
12 "@salesforce/core": "^1.3.2",
13 "child-process": "^1.0.2",
14 "child-process-promise": "^2.2.1",
15 "cli-ux": "^5.2.1",
16 "copy-dir": "^1.1.0",
17 "decompress": "^4.2.0",
18 "fs-extra": "^7.0.1",
19 "request": "^2.88.0",
20 "request-promise-native": "^1.0.7",
21 "tslib": "1",
22 "xml2js": "^0.4.19",
23 "unzipper": "0.9.11",
24 "archiver": "3.0.0"
25 },
26 "devDependencies": {
27 "@oclif/dev-cli": "^1",
28 "@oclif/plugin-help": "^2",
29 "@oclif/test": "^1",
30 "@salesforce/dev-config": "^1.4.1",
31 "@types/chai": "^4",
32 "@types/mocha": "^5",
33 "@types/node": "^11.13.17",
34 "chai": "^4",
35 "globby": "^9",
36 "mocha": "^6",
37 "nyc": "^13",
38 "rimraf": "^2.6.3",
39 "sinon": "7",
40 "ts-node": "^8",
41 "typescript": "^3.3"
42 },
43 "engines": {
44 "node": ">=8.0.0"
45 },
46 "files": [
47 "/lib",
48 "/messages",
49 "/npm-shrinkwrap.json",
50 "/oclif.manifest.json"
51 ],
52 "homepage": "https://github.com/accenture/sfpowerkit",
53 "keywords": [
54 "sfdx-plugin",
55 "sfdx",
56 "plugin",
57 "salesforce",
58 "cli"
59 ],
60 "license": "MIT",
61 "oclif": {
62 "commands": "./lib/commands",
63 "topics": {
64 "sfpowerkit:package": {
65 "description": "Helper commands for unlocked package"
66 },
67 "sfpowerkit:org": {
68 "description": "Helper commands for org such as connectedapp, creation of sandbox etc"
69 },
70 "sfpowerkit:auth": {
71 "description": "Authorisation Related Commands"
72 },
73 "sfpowerkit:source": {
74 "description": "Commands that work on the source"
75 },
76 "sfpowerkit": {
77 "description": "Salesforce DevOps Helper Extensions to use in CI/CD Pipelines"
78 }
79 },
80 "devPlugins": [
81 "@oclif/plugin-help"
82 ]
83 },
84 "repository": "accenture/sfpowerkit",
85 "scripts": {
86 "postpack": "rimraf oclif.manifest.json npm-shrinkwrap.json",
87 "posttest": "tslint -p test -t stylish",
88 "prepare": "rimraf lib && tsc -b && oclif-dev manifest && npm shrinkwrap",
89 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
90 "version": "git add README.md"
91 }
92}