salesforce-cli-test/package.json

27 строки
723 B
JSON

{
"name": "deploy-to-sfdx",
"version": "0.0.1",
"description": "An application that will deploy an SFDX project from a public Github repo",
"main": "app.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wadewegner/deploy-to-sfdx.git"
},
"author": "Wade Wegner",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wadewegner/deploy-to-sfdx/issues"
},
"homepage": "https://github.com/wadewegner/deploy-to-sfdx#readme",
"dependencies": {
"async": "^2.5.0",
"child-process-promise": "^2.2.1",
"child_process": "^1.0.2",
"sleep": "^5.1.1"
}
}