initial commit
.dockerignore
0 → 100644
.gitignore
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
Dockerfile
0 → 100644
app.yml
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "substrate-tip-bot", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "A GitHub bot to submit tips on behalf of the network.", | ||
"author": "Shawn Tabrizi <shawntabrizi@gmail.com>", | ||
"license": "ISC", | ||
"homepage": "https://github.com/shawntabrizi/substrate-tip-bot", | ||
"keywords": [ | ||
"probot", | ||
"github", | ||
"probot-app" | ||
], | ||
"scripts": { | ||
"start": "probot run ./index.js", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"probot": "^11.0.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.6.3", | ||
"nock": "^13.0.5", | ||
"smee-client": "^1.2.2" | ||
}, | ||
"engines": { | ||
"node": ">= 10.13.0" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
} | ||
} |
test/fixtures/mock-cert.pem
0 → 100644
test/index.test.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment