-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 949 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "github-attestation-bot",
"version": "1.0.0",
"description": "GitHub PR Attestation Action",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buildooor/github-attestation-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/buildooor/github-attestation-bot/issues"
},
"homepage": "https://github.com/buildooor/github-attestation-bot#readme",
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^0.28.3",
"@octokit/rest": "^19.0.13",
"body-parser": "^1.20.2",
"crypto": "^1.0.1",
"dotenv": "^16.1.3",
"ethers": "^5.7.2",
"express": "^4.18.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"typescript": "^5.1.3"
}
}