-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 831 Bytes
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
{
"name": "foundry-snapshot-diff",
"version": "v0.9",
"description": "Github Action reporting gas diff from .gas-snapshot",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"package": "ncc build src/index.js -o dist"
},
"author": "Akshay Tarpara <akpatel0618@gmail.com> (atarpara)",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atarpara/foundry-snapshot-diff.git"
},
"keywords": [
"foundry-snapshot-diff"
],
"bugs": {
"url": "https://github.com/atarpara/foundry-snapshot-diff/issues"
},
"homepage": "https://github.com/atarpara/foundry-snapshot-diff#readme"
}