@flipflop-sdk/tools
Version:
[](https://deepwiki.com/flipflop-fun/sdk) [](https://badge.fury.io/js/%40flipflop-sdk%2Ftools) [ • 1.41 kB
JSON
{
"name": "@flipflop-sdk/tools",
"version": "0.2.10",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "babel src --out-dir dist --extensions .jsx,.js,.ts,.tsx && tsc --emitDeclarationOnly && cp -r src/idl dist/",
"publish:patch": "npm version patch && npm publish --access public",
"publish:minor": "npm version minor && npm publish --access public",
"publish:major": "npm version major && npm publish --access public"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"keywords": [
"react",
"component",
"greeting"
],
"author": "flipflop",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flipflop-fun/sdk.git"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/big.js": "^6.2.2",
"@types/decimal.js": "^7.4.3",
"@types/prop-types": "^15.7.14",
"typescript": "^5.8.3"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@raydium-io/raydium-sdk-v2": "^0.1.133-alpha",
"@solana/wallet-adapter-react": "^0.15.38",
"@solana/web3.js": "^1.98.2",
"@types/react": "^19.1.3",
"buffer": "^6.0.3",
"decimal.js": "^10.5.0"
}
}