1 | {
|
2 | "name": "salesforce-alm",
|
3 | "version": "44.4.0",
|
4 | "description": "This package contains tools, and APIs, for an improved salesforce.com developer experience.",
|
5 | "main": "dist/index.js",
|
6 | "directories": {
|
7 | "lib": "./dist/lib"
|
8 | },
|
9 | "dependencies": {
|
10 | "@oclif/errors": "^1.2.0",
|
11 | "@salesforce/core": "0.23.1",
|
12 | "@salesforce/kit": "0.7.0",
|
13 | "@salesforce/ts-types": "0.12.0",
|
14 | "adm-zip": "0.4.7",
|
15 | "antlr4": "4.7.1",
|
16 | "archiver": "1.0.1",
|
17 | "bluebird": "3.4.6",
|
18 | "body-parser": "1.15.0",
|
19 | "bunyan-sfdx-no-dtrace": "1.8.2",
|
20 | "cli-spinner": "0.2.5",
|
21 | "cli-ux": "4.8.0",
|
22 | "csv-parse": "1.1.2",
|
23 | "express": "4.13.4",
|
24 | "faye": "1.1.2",
|
25 | "fs-extra": "4.0.1",
|
26 | "gitignore-parser": "0.0.2",
|
27 | "glob": "7.0.3",
|
28 | "heroku-cli-util": "6.0.16",
|
29 | "js2xmlparser": "3.0.0",
|
30 | "jsen": "0.6.4",
|
31 | "jsforce": "1.8.4",
|
32 | "jsonwebtoken": "7.0.0",
|
33 | "klaw": "2.1.0",
|
34 | "lodash": "4.17.4",
|
35 | "mime": "1.3.6",
|
36 | "mkdirp": "0.5.1",
|
37 | "moment": "2.13.0",
|
38 | "node-constants": "0.0.2",
|
39 | "open": "0.0.5",
|
40 | "optional-js": "1.1.2",
|
41 | "pluralize": "3.0.0",
|
42 | "process-promises": "1.0.0",
|
43 | "readline-sync": "1.4.4",
|
44 | "replace": "0.3.0",
|
45 | "request": "2.79.0",
|
46 | "selenium-standalone": "6.6.0",
|
47 | "webdriverio": "4.12.0",
|
48 | "xml2js": "0.4.17",
|
49 | "xmldom-sfdx-encoding": "0.1.29"
|
50 | },
|
51 | "scripts": {
|
52 | "compile": "gulp compile",
|
53 | "eslint": "./node_modules/eslint/bin/eslint.js src/commands src/lib src/test src/index.js",
|
54 | "eslint-with-style": "./node_modules/eslint/bin/eslint.js -f checkstyle -o ./checkstyle.xml src/commands src/lib src/test src/index.js",
|
55 | "eslint-with-style-windows": "node node_modules\\eslint\\bin\\eslint.js -f checkstyle -o checkstyle.xml src/commands src/lib src/test src/index.js",
|
56 | "lint": "npm run eslint",
|
57 | "precommit": "npm run lint",
|
58 | "test": "npm run lint && gulp && mocha --recursive dist/test/unit",
|
59 | "unit": "gulp && mocha --recursive -t 240000 dist/test/unit/ -R xunit-file",
|
60 | "integration": "gulp && mocha --recursive dist/test/integration -t 240000 -R xunit-file",
|
61 | "coverage": "./node_modules/.bin/nyc --reporter cobertura npm run integration",
|
62 | "coverage-unit": "./node_modules/.bin/nyc --reporter cobertura npm run unit",
|
63 | "coverage-unit-html": "./node_modules/.bin/nyc --reporter html npm run unit",
|
64 | "cucumber": "gulp && cucumber-js dist/test/features",
|
65 | "cucumber-ci": "gulp && cucumber-js dist/test/features --format=json | cucumber-junit > cucumber-xunit.xml",
|
66 | "coverage-report": "./node_modules/.bin/nyc report --reporter html --reporter json-summary --reporter json",
|
67 | "q3-smoke-tests": "gulp && mocha dist/test/e2e/q3SmoketestCli.js -t 240000 -b -R xunit-file"
|
68 | },
|
69 | "keywords": [
|
70 | "force.com",
|
71 | "salesforce",
|
72 | "salesforce-dx",
|
73 | "salesforcedx",
|
74 | "apex",
|
75 | "visualforce",
|
76 | "lightning",
|
77 | "heroku-plugin",
|
78 | "heroku"
|
79 | ],
|
80 | "author": "Tim Noonan",
|
81 | "license": "BSD-3-Clause",
|
82 | "devDependencies": {
|
83 | "@types/chai": "3.4.34",
|
84 | "@types/chai-as-promised": "0.0.30",
|
85 | "@types/csv-parse": "1.1.5",
|
86 | "@types/jsforce": "1.8.12",
|
87 | "@types/mocha": "2.2.32",
|
88 | "@types/node": "8.0.25",
|
89 | "@types/pluralize": "0.0.27",
|
90 | "@types/sinon": "1.16.31",
|
91 | "@types/xml2js": "0.0.28",
|
92 | "chai": "3.5.0",
|
93 | "chai-as-promised": "5.3.0",
|
94 | "chai-fs": "1.0.0",
|
95 | "chai-string": "1.2.0",
|
96 | "chance": "1.0.4",
|
97 | "child-process-promise": "2.2.0",
|
98 | "csvjson": "2.2.0",
|
99 | "cucumber": "2.0.0-rc.2",
|
100 | "cucumber-junit": "1.6.0",
|
101 | "eslint": "3.2.2",
|
102 | "eslint-config-airbnb-base": "5.0.1",
|
103 | "eslint-plugin-import": "1.13.0",
|
104 | "gulp": "3.9.1",
|
105 | "gulp-debug": "3.1.0",
|
106 | "gulp-env": "0.4.0",
|
107 | "gulp-inject": "4.2.0",
|
108 | "gulp-istanbul": "1.1.2",
|
109 | "gulp-mocha": "4.3.1",
|
110 | "gulp-sourcemaps": "2.6.0",
|
111 | "gulp-typescript": "3.2.1",
|
112 | "husky": "0.14.3",
|
113 | "mocha": "3.5.0",
|
114 | "ncp": "2.0.0",
|
115 | "nyc": "12.0.2",
|
116 | "os-locale": "1.4.0",
|
117 | "salesforcedx-shell-utils": "^1.0.20",
|
118 | "sinon": "1.17.4",
|
119 | "ts-node": "7.0.1",
|
120 | "typescript": "3.0.1",
|
121 | "xunit-file": "1.0.0"
|
122 | },
|
123 | "nyc": {
|
124 | "exclude": [
|
125 | "dist/test/**/*",
|
126 | "dist/gen/**/*"
|
127 | ]
|
128 | }
|
129 | }
|