UNPKG

four-flap-meme-sdk

Version:

SDK for Flap bonding curve and four.meme TokenManager

39 lines 726 B
{ "name": "four-flap-meme-sdk", "version": "1.4.47", "description": "SDK for Flap bonding curve and four.meme TokenManager", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src/abis/*.json" ], "scripts": { "build": "tsc -p tsconfig.json", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "flap", "four", "bonding-curve", "tokenmanager", "defi", "sdk", "meme", "bsc" ], "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "axios": "^1.12.2", "ethers": "^6.11.0", "pinata": "^1.10.1" }, "devDependencies": { "typescript": "^5.6.3" } }