36 строки
1003 B
JSON
36 строки
1003 B
JSON
{
|
|
"name": "salesforce-dx-pipeline-sample",
|
|
"version": "0.0.1",
|
|
"description": "Test application for the salesforce-dx-buildpack",
|
|
"repository": "https://github.com/wadewegner/salesforce-dx-pipeline-sample",
|
|
"author": "",
|
|
"license": "ALv2",
|
|
"bugs": {
|
|
"url": "https://github.com/wadewegner/salesforce-dx-pipeline-sample/issues"
|
|
},
|
|
"homepage": "https://github.com/wadewegner/salesforce-dx-pipeline-sample#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"buildpacks": [{
|
|
"url": "https://github.com/wadewegner/salesforce-cli-buildpack#v3"
|
|
}, {
|
|
"url": "https://github.com/wadewegner/salesforce-dx-buildpack#v3"
|
|
}],
|
|
"env": {
|
|
"DEV_HUB_SFDX_AUTH_URL": {
|
|
"required": true
|
|
},
|
|
"SFDX_BUILDPACK_DEBUG" : {
|
|
"required": true
|
|
}
|
|
},
|
|
"environments": {
|
|
"test": {
|
|
"scripts": {
|
|
"test-setup": "./vendor/sfdx/release.sh ci-$HEROKU_TEST_RUN_COMMIT_VERSION && ./bin/test-setup.sh",
|
|
"test": "./bin/test.sh"
|
|
}
|
|
}
|
|
}
|
|
}
|