deploy-to-sfdx/package.json

39 строки
1.0 KiB
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": {
"body-parser": "^1.17.2",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"jsforce": "^1.8.0",
"salesforce-oauth2": "^0.1.8",
"sleep": "^5.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0"
}
}