UNPKG

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