UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@salesforce/core",
3 "version": "2.1.2",
4 "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5 "main": "lib/exported",
6 "license": "BSD-3-Clause",
7 "scripts": {
8 "build": "yarn sfdx-build",
9 "ci-docs": "yarn sfdx-ci-docs",
10 "clean": "yarn sfdx-clean",
11 "clean-all": "yarn sfdx-clean all",
12 "compile": "yarn sfdx-compile",
13 "docs": "yarn sfdx-docs",
14 "format": "yarn sfdx-format",
15 "lint": "yarn sfdx-lint",
16 "lint-fix": "yarn sfdx-lint --fix",
17 "postcompile": "tsc -p test; tsc -p typedocExamples",
18 "prepack": "yarn sfdx-build",
19 "test": "yarn sfdx-test"
20 },
21 "keywords": [
22 "force",
23 "salesforce",
24 "sfdx",
25 "salesforcedx"
26 ],
27 "files": [
28 "docs",
29 "lib",
30 "messages",
31 "!lib/**/*.map"
32 ],
33 "husky": {
34 "hooks": {
35 "commit-msg": "yarn sfdx-husky-commit-msg",
36 "pre-commit": "yarn sfdx-husky-pre-commit",
37 "pre-push": "yarn sfdx-husky-pre-push"
38 }
39 },
40 "dependencies": {
41 "@salesforce/kit": "^1.0.0",
42 "@salesforce/ts-sinon": "^1.0.0",
43 "@salesforce/ts-types": "^1.0.0",
44 "@types/jsforce": "1.9.2",
45 "bunyan-sfdx-no-dtrace": "1.8.2",
46 "debug": "^3.1.0",
47 "jsen": "0.6.6",
48 "jsforce": "1.8.5",
49 "jsonwebtoken": "8.5.0",
50 "mkdirp": "0.5.1",
51 "sfdx-faye": "^1.0.9"
52 },
53 "devDependencies": {
54 "@salesforce/dev-scripts": "0.3.14",
55 "@types/debug": "0.0.30",
56 "@types/jsen": "0.0.19",
57 "@types/jsonwebtoken": "8.3.2",
58 "@types/mkdirp": "0.5.2",
59 "@types/shelljs": "0.7.8",
60 "commitizen": "^3.0.5",
61 "husky": "^1",
62 "semantic-release": "^15.10.5",
63 "shelljs": "0.8.1"
64 },
65 "types": "lib/exported.d.ts",
66 "repository": {
67 "type": "git",
68 "url": "https://github.com/forcedotcom/sfdx-core.git"
69 },
70 "publishConfig": {
71 "access": "public"
72 }
73}