This repository was archived by the owner on Apr 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "evm-examples",
"description": "Solidity examples for on-chain interaction with Sablier Protocols",
"version": "1.0.0",
"author": {
"name": "Sablier Labs Ltd",
"url": "https://sablier.com"
},
"bugs": {
"url": "https://github.com/sablier-labs/evm-examples/issues"
},
"devDependencies": {
"@sablier/devkit": "github:sablier-labs/devkit",
"forge-std": "github:foundry-rs/forge-std#v1.10.0",
"husky": "^9.1",
"lint-staged": "^16.1",
"prettier": "^3.5",
"solhint": "^6.0"
},
"dependencies": {
"@openzeppelin/contracts": "5.3.0",
"@prb/math": "4.1.0",
"@sablier/airdrops": "2.0.1",
"@sablier/flow": "2.0.1",
"@sablier/lockup": "3.0.1"
},
"homepage": "https://github.com/sablier-labs/evm-examples#readme",
"keywords": [
"blockchain",
"cryptoasset-streaming",
"cryptoassets",
"ethereum",
"evm",
"foundry",
"money-streaming",
"real-time-finance",
"sablier",
"sablier-airdrops",
"sablier-flow",
"sablier-lockup",
"smart-contracts",
"solidity",
"token-distribution",
"token-streaming",
"token-vesting",
"vesting",
"web3"
],
"license": "GPL-3.0-or-later",
"private": true,
"repository": "github.com:sablier-labs/evm-examples",
"scripts": {
"prepare": "husky"
}
}