@streamflow/timelock
Version:
SDK to interact with StreamFlow Finance's Timelock program on Solana.
43 lines • 1.14 kB
JSON
{
"name": "@streamflow/timelock",
"version": "0.3.3",
"description": "SDK to interact with StreamFlow Finance's Timelock program on Solana.",
"main": "packages/timelock/timelock.js",
"scripts": {
"build": "tsc --outDir ./packages/timelock/dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streamflow-finance/timelock.git"
},
"keywords": [
"solana",
"token",
"vesting",
"timelock",
"escrow",
"stream",
"payments",
"spl",
"anchor"
],
"author": "StreamFlow Labs Limited <legal@streamflowlabs.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/streamflow-finance/timelock/issues"
},
"homepage": "https://github.com/streamflow-finance/timelock#readme",
"dependencies": {
"@project-serum/anchor": "^0.16.2",
"@project-serum/sol-wallet-adapter": "^0.2.5",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.29.2"
},
"devDependencies": {
"chai": "^4.3.4",
"lerna": "^4.0.0",
"mocha": "^9.0.3",
"prettier": "2.4.1"
}
}