UNPKG

ibrica-timelock

Version:

SDK to interact with StreamFlow Finance's Timelock program on Solana.

45 lines (44 loc) 1.13 kB
{ "name": "ibrica-timelock", "version": "0.0.9", "description": "SDK to interact with StreamFlow Finance's Timelock program on Solana.", "main": "dist/timelock.js", "types": "dist/timelock.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --outDir ./dist" }, "repository": { "type": "git", "url": "git+https://github.com/streamflow-finance/timelock.git" }, "keywords": [ "solana", "token", "vesting", "timelock", "escrow", "stream", "payments", "spl", "anchor" ], "author": "StreamFlow Finance <dev@streamflow.finance>", "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" } }