UNPKG

heat-sfdx-metadata

Version:

![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![npm version](https://badge.fury.io/js/heat-sfdx-metadata.svg)](https://badge.fury.io/js/heat-sfdx-metadata) [![Code Climate](https://codeclimate.com/github/takahitomiyamoto/hea

43 lines (42 loc) 1.06 kB
{ "name": "heat-sfdx-metadata", "version": "0.3.3", "license": "MIT", "author": "takahitomiyamoto", "keywords": [ "salesforce", "sfdx", "metadata-api" ], "bugs": { "url": "https://github.com/takahitomiyamoto/heat-sfdx-metadata/issues" }, "homepage": "https://takahitomiyamoto.github.io/heat-sfdx-metadata/index.html", "repository": { "type": "git", "url": "git+https://github.com/takahitomiyamoto/heat-sfdx-metadata.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prettier": "prettier \"**/*.{ts,json,md}\" --write --log-level log", "typedoc": "typedoc --out docs src && touch docs/.nojekyll" }, "devDependencies": { "prettier": "3.4.1", "typedoc": "0.27.1" }, "dependencies": { "@types/bluebird": "3.5.42", "@types/node": "22.10.1", "@types/request": "2.48.12", "@types/sax": "1.2.7", "fast-safe-stringify": "2.1.1", "heat-sfdx-common": "0.3.7", "soap": "1.1.6", "typescript": "5.7.2" } }