dmc
Version:
Cross-platform, developer cli tool for Salesforce
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "dmc",
"version": "1.5.2",
"description": "Cross-platform, developer cli tool for Salesforce",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"test": "./node_modules/mocha/bin/mocha ./test",
"postversion": "git push && git push --tags"
},
"preferGlobal": "true",
"bin": {
"dmc": "cli/dmc.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinohara80/dmc.git"
},
"keywords": [
"salesforce",
"force.com",
"cli",
"nforce",
"tooling",
"api"
],
"author": "Kevin O'Hara",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinohara80/dmc/issues"
},
"homepage": "https://github.com/kevinohara80/dmc",
"devDependencies": {
"mocha": "^5.0.4",
"should": "^13.2.1"
},
"dependencies": {
"adm-zip": "^0.4.7",
"archiver": "^1.1.0",
"async": "^2.6.0",
"bluebird": "^2.9.25",
"cli-spinner": "^0.2.4",
"colors": "^1.0.3",
"commander": "^2.5.0",
"fs-extra": "^0.30.0",
"glob": "^5.0.10",
"handlebars": "^4.0.11",
"lodash": "^3.10.1",
"minimatch": "^3.0.2",
"nforce": "^1.4.1",
"nforce-metadata": "^1.1.0",
"nforce-tooling": "0.0.5",
"node-watch": "^0.3.4",
"open": "0.0.5",
"rimraf": "^2.3.2",
"update-notifier": "^1.0.2"
}
}