UNPKG

2.02 kBJSONView Raw
1{
2 "name": "fonteva-sfdx",
3 "version": "0.3.14",
4 "author": "Gurp Parmar @parmarg",
5 "bugs": "https://github.com/parmarg/fonteva-sfdx/issues",
6 "dependencies": {
7 "@oclif/command": "^1",
8 "@oclif/config": "^1",
9 "@oclif/errors": "^1",
10 "@salesforce/command": "^1.4.1",
11 "@salesforce/core": "^1.3.2",
12 "async": "^2.6.1",
13 "child_process": "^1.0.2",
14 "fs-extra": "^8.0.1",
15 "jsforce": "^1.8.4",
16 "needle": "*",
17 "sync-exec": "*",
18 "tslib": "^1",
19 "url-exists": "^1.0.3",
20 "bluebird": "^3.5.5",
21 "archiver": "^3.0.0",
22 "xml-js": "^1.6.11",
23 "extract-zip": "^1.6.7",
24 "replace-in-files": "^2.0.3",
25 "rimraf": "^3.0.2",
26 "copy-dir": "^1.2.0",
27 "merge-dirs": "^0.2.1"
28 },
29 "devDependencies": {
30 "@oclif/dev-cli": "^1",
31 "@oclif/plugin-help": "^2",
32 "@oclif/test": "^1",
33 "@salesforce/dev-config": "1.4.1",
34 "@types/chai": "^4",
35 "@types/mocha": "^5",
36 "@types/node": "^10",
37 "chai": "^4",
38 "globby": "^8",
39 "mocha": "^5",
40 "nyc": "^13",
41 "ts-node": "^8",
42 "tslint": "^5",
43 "typescript": "~3.3"
44 },
45 "engines": {
46 "node": ">=8.0.0"
47 },
48 "files": [
49 "/lib",
50 "/layouts",
51 "/messages",
52 "/npm-shrinkwrap.json",
53 "/oclif.manifest.json"
54 ],
55 "homepage": "https://github.com/parmarg/fonteva-sfdx",
56 "keywords": [
57 "sfdx-plugin"
58 ],
59 "license": "MIT",
60 "oclif": {
61 "commands": "./lib/commands",
62 "bin": "sfdx",
63 "topics": {
64 "fonteva": {
65 "description": "Commands for working with the Fonteva family of packages."
66 }
67 },
68 "devPlugins": [
69 "@oclif/plugin-help"
70 ]
71 },
72 "repository": "https://github.com/Fonteva/sfdx-plugin",
73 "scripts": {
74 "postpack": "rm -f oclif.manifest.json",
75 "posttest": "tslint -p test -t stylish",
76 "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
77 "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
78 "version": "oclif-dev readme && git add README.md"
79 }
80}