-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
26 lines (26 loc) · 939 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
{
"name": "story-protocol-contract-boilerplate",
"version": "1.0.0",
"description": "Boilerplate sample code for interacting with Story Protocol",
"directories": {
"lib": "lib",
"test": "test"
},
"author": "Story Protocol",
"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.2.3",
"@story-protocol/protocol-periphery": "github:storyprotocol/protocol-periphery-v1#v1.2.4"
}
}