{
	"author": "Zebec Network | Ashish Sapkota",
	"dependencies": {
		"@coral-xyz/anchor": "^0.31.1",
		"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
		"@metaplex-foundation/umi": "^1.5.1",
		"@metaplex-foundation/umi-bundle-defaults": "^1.5.1",
		"@metaplex-foundation/umi-web3js-adapters": "^1.5.1",
		"@solana/spl-token": "^0.4.14",
		"@solana/web3.js": "^1.98.2",
		"@zebec-network/core-utils": "^1.3.0",
		"@zebec-network/solana-common": "^2.6.0",
		"bignumber.js": "^11.1.1"
	},
	"description": "This is an SDK for interacting with ZEBEC Stream Program in solana",
	"devDependencies": {
		"@types/bn.js": "^5.2.0",
		"@types/mocha": "^10.0.10",
		"@types/node": "^25.7.0",
		"dotenv": "^17.4.2",
		"mocha": "^11.7.5",
		"rimraf": "^6.1.3",
		"ts-mocha": "^11.1.0",
		"ts-node": "^10.9.2",
		"typescript": "^6.0.3"
	},
	"files": [
		"dist"
	],
	"license": "MIT",
	"main": "dist/index.js",
	"name": "@zebec-network/zebec-stream-sdk",
	"scripts": {
		"build": "npm run clean && tsc",
		"clean": "rimraf ./dist",
		"format": "npx @biomejs/biome format --write",
		"prepare": "npm run format && npm run build",
		"test": "ts-mocha -p ./tsconfig.json -t 1000000000 test/**/*.test.ts",
		"test:single": "ts-mocha -p ./tsconfig.json -t 1000000000"
	},
	"types": "dist/index.d.ts",
	"version": "3.3.3"
}
