-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 835 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 835 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
{
"name": "story-hackathon-contract",
"version": "1.0.0",
"description": "story-hackathon-contract with Story Protocol",
"directories": {
"lib": "lib",
"test": "test"
},
"author": "Aura Network",
"license": "MIT",
"devDependencies": {
"ds-test": "https://github.com/dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std#v1.7.6",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"solhint": "^5.0.1",
"solhint-community": "^4.0.0",
"solhint-plugin-prettier": "^0.1.0"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.1",
"@openzeppelin/contracts-upgradeable": "5.0.1",
"@story-protocol/protocol-core": "github:storyprotocol/protocol-core-v1#v1.0.0",
"@story-protocol/protocol-periphery": "github:storyprotocol/protocol-periphery-v1#main"
}
}