forked from z80dev/superdepositor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 675 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
{
"name": "superdepositor",
"description": "Robust Template for Foundry Projects",
"author": "Andreas Bigger <andreas@nascent.xyz>",
"license": "AGPL-3.0-only",
"version": "1.5.0",
"files": [
"src/**/*.sol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/abigger87/superdepositor.git"
},
"devDependencies": {
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13"
},
"scripts": {
"setup": "make clean && make build",
"sync": "make update",
"test": "make test",
"snapshot": "make snapshot",
"lint": "make lint"
}
}