@aurahelper/xml-compressor
Version:
Libraries to compress any Salesforce Metadata XML Files to change the format. This library make easy the work with GIT and other Version Control Systems because grant always the same order of the elements, compress the file for ocuppy less storage and mak
70 lines (69 loc) • 2.5 kB
JSON
{
"name": "@aurahelper/xml-compressor",
"productName": "Aura Helper SalesForce XML Compressor",
"displayName": "Aura Helper Framework SalesForce XML Compressor",
"version": "2.0.2",
"description": "Libraries to compress any Salesforce Metadata XML Files to change the format. This library make easy the work with GIT and other Version Control Systems because grant always the same order of the elements, compress the file for ocuppy less storage and make GIT faster and, specially make merges conflict more easy to resolve because identify the changes better.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"compile": "tsc -p ./ ",
"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",
"sf-xml-compressor",
"SF XML Compressor",
"SF XML",
"xml-compressor",
"XML Compressor"
],
"author": "Juan José Longoria López (Kanko) <juanjoselongoria@gmail.com>",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/JJLongoria/aura-helper-xml-compressor"
},
"bugs": {
"url": "https://github.com/JJLongoria/aura-helper-xml-compressor/issues",
"email": "juanjoselongoria@gmail.com"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@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"
},
"dependencies": {
"@aurahelper/core": "^2.6.2",
"@aurahelper/languages": "^2.1.0",
"@aurahelper/xml-definitions": "^2.0.1"
}
}