@tinypudding/firebase-github-database
Version:
Firebase Database to Github Webhooks.
20 lines • 631 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "git push -u origin --all",
"name": "Github Push",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm publish --access public",
"name": "NPM Publish",
"request": "launch",
"type": "node-terminal"
}
]
}