@sablier/flow
Version:
EVM smart contracts of the Sablier Flow token distribution protocol
69 lines (68 loc) • 1.57 kB
JSON
{
"name": "@sablier/flow",
"description": "EVM smart contracts of the Sablier Flow token distribution protocol",
"license": "SEE LICENSE IN LICENSE",
"version": "3.0.1",
"author": {
"name": "Sablier Labs Ltd",
"url": "https://sablier.com"
},
"bugs": {
"url": "https://github.com/sablier-labs/evm-monorepo/issues"
},
"dependencies": {
"@openzeppelin/contracts": "5.3.0",
"@prb/math": "4.1.0",
"@sablier/evm-utils": "2.0.1"
},
"devDependencies": {
"@sablier/devkit": "1",
"forge-std": "github:foundry-rs/forge-std#v1.14.0",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"solhint": "6.0.1"
},
"files": [
"artifacts",
"src",
"tests/utils",
"LICENSE.md",
"LICENSE-BUSL.md",
"LICENSE-GPL.md"
],
"homepage": "https://github.com/sablier-labs/evm-monorepo#readme",
"keywords": [
"asset-distribution",
"asset-streaming",
"blockchain",
"crypto",
"cryptoasset-streaming",
"ethereum",
"forge",
"foundry",
"money-streaming",
"real-time-finance",
"payroll",
"sablier",
"smart-contracts",
"solidity",
"token-distribution",
"token-streaming",
"web3"
],
"peerDependencies": {
"@prb/math": "4.1.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sablier-labs/evm-monorepo.git",
"directory": "flow"
},
"scripts": {
"prepack": "../scripts/bash/publish-prepack.sh",
"postpack": "../scripts/bash/publish-postpack.sh"
}
}