sfdx-jayree
Version:
A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.
189 lines (188 loc) • 4.45 kB
JSON
{
"name": "sfdx-jayree",
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
"version": "4.8.206",
"author": "jayree <jayree.git@icloud.com>",
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
"type": "module",
"dependencies": {
"@jayree/sfdx-plugin-manifest": "^4.0.128",
"@jayree/sfdx-plugin-org": "^1.2.173",
"@jayree/sfdx-plugin-prettier": "^1.3.169",
"@jayree/sfdx-plugin-source": "^1.3.169"
},
"devDependencies": {
"@oclif/plugin-help": "^6.2.48",
"@salesforce/dev-scripts": "^11.0.4",
"@salesforce/ts-sinon": "^1.4.34",
"c8": "^11.0.0",
"eslint-config-salesforce-license": "^1.0.2",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-sf-plugin": "^1.20.33",
"nock": "^14.0.15",
"oclif": "^4.23.8",
"patch-package": "^8.0.1",
"pinst": "^3.0.0",
"prettier": "^3.8.3",
"pretty-quick": "^4.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"/CHANGELOG.md",
"/config",
"/lib",
"/messages",
"/npm-shrinkwrap.json",
"/oclif.lock",
"/oclif.manifest.json"
],
"homepage": "https://github.com/jayree/sfdx-jayree-plugin",
"keywords": [
"ALM",
"country",
"state",
"picklist",
"git",
"diff",
"deployment",
"full",
"partial",
"automation",
"change set",
"manifest",
"package xml",
"package description",
"configure",
"streaming",
"open",
"retrieve",
"fix",
"hook",
"flow test coverage",
"lightning sync status",
"sfdx",
"sfdx-plugin"
],
"license": "Apache-2.0",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"devPlugins": [
"@oclif/plugin-help"
],
"plugins": [
"@jayree/sfdx-plugin-prettier",
"@jayree/sfdx-plugin-manifest",
"@jayree/sfdx-plugin-source",
"@jayree/sfdx-plugin-org"
],
"info": {
"releasenotes": {
"distTagUrl": "https://registry.npmjs.org/-/package/sfdx-jayree/dist-tags",
"releaseNotesPath": "https://github.com/jayree/sfdx-jayree-plugin/tree/main",
"releaseNotesFilename": "CHANGELOG.md"
}
},
"topicSeparator": " "
},
"repository": "jayree/sfdx-jayree-plugin",
"scripts": {
"build": "wireit",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"compile": "wireit",
"docs": "sf-docs",
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
"format": "wireit",
"lint": "wireit",
"postpack": "sf-clean --ignore-signing-artifacts",
"prepack": "sf-prepack",
"prepare": "patch-package && sf-install",
"test": "wireit",
"test:only": "wireit",
"version": "oclif readme --no-aliases"
},
"release": {
"branches": [
"main",
"next"
]
},
"wireit": {
"build": {
"dependencies": [
"compile",
"lint"
]
},
"compile": {
"command": "tsc --build --pretty",
"files": [
"src/**/*.ts",
"**/tsconfig.json",
"messages/**"
],
"output": [
"lib/**",
"*.tsbuildinfo"
],
"clean": "if-file-deleted"
},
"format": {
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
"files": [
"src/**/*.ts",
"test/**/*.ts",
"schemas/**/*.json",
"command-snapshot.json",
".prettier*"
],
"output": []
},
"lint": {
"command": "eslint --color --cache --cache-location .eslintcache .",
"files": [
"src/**/*.ts",
"test/**/*.ts",
"messages/**",
"**/.eslint*",
"**/tsconfig.json"
],
"output": []
},
"test": {
"dependencies": [
"test:compile",
"test:only",
"lint"
]
},
"test:compile": {
"command": "tsc -p \"./test\" --pretty",
"files": [
"test/**/*.ts",
"**/tsconfig.json"
],
"output": []
},
"test:only": {
"command": "c8 mocha \"test/**/*.test.ts\"",
"env": {
"FORCE_COLOR": "2"
},
"files": [
"test/**/*.ts",
"src/**/*.ts",
"**/tsconfig.json",
".mocha*",
"!*.nut.ts",
".nycrc"
],
"output": []
}
}
}