@aurahelper/connector
Version:
Powerfull Libraries to connect with Salesforce to list, describe, deploy or retrieve metadata types. Also can describe SObjects, Create Projects, Authorize Orgs, Execute Queries, Export or Import Data... To the correct work of this library, you need to ha
78 lines (77 loc) • 2.46 kB
JSON
{
"name": "@aurahelper/connector",
"productName": "Aura Helper SalesForce Metadata Connector",
"version": "2.3.0",
"description": "Powerfull Libraries to connect with Salesforce to list, describe, deploy or retrieve metadata types. Also can describe SObjects, Create Projects, Authorize Orgs, Execute Queries, Export or Import Data... To the correct work of this library, you need to have SFDX CLI installed in your system.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p ./",
"prepublish": "npm run build",
"pretest": "npm run build",
"prepack": "npm run build",
"lint": "eslint src --ext ts",
"lint-fix": "eslint src --ext ts --fix",
"watch": "tsc -watch -p ./",
"test": "jest --coverage --runInBand",
"test-watch": "jest --coverage --runInBand --watch"
},
"keywords": [
"aura-helper-framework",
"aura helper framework",
"Aura Helper Framework",
"ah-framework",
"AH Framework",
"Aura Helper",
"aura-helper",
"AuraHelper Library",
"AuraHelper Libraries",
"AH",
"ah",
"Salesforce",
"Salesforce Metadata",
"Salesforce Apps",
"Salesforce XML",
"Salesforce Tools",
"Apex",
"force.com",
"DevOps",
"devops",
"Metadata Connector",
"Salesforce Connector",
"Describe Metadata",
"List Metadata",
"Deploy Metadata",
"Retrieve Metadata",
"Describe SObjects"
],
"author": "Juan José Longoria López (Kanko) <juanjoselongoria@gmail.com>",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/JJLongoria/aura-helper-connector"
},
"bugs": {
"url": "https://github.com/JJLongoria/aura-helper-connector/issues",
"email": "juanjoselongoria@gmail.com"
},
"dependencies": {
"@aurahelper/core": "^2.6.2",
"@aurahelper/languages": "^2.1.0",
"@aurahelper/metadata-factory": "^2.1.6",
"@aurahelper/package-generator": "^2.1.0",
"@aurahelper/xml-compressor": "^2.0.2",
"@salesforce/core": "^5.3.11"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/jsforce": "^1.9.29",
"@types/node": "^12.12.47",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"jest": "^27.4.3",
"ts-jest": "^27.0.7",
"typescript": "^3.9.6"
}
}