UNPKG

transfer-token

Version:

Plugin for transferring tokens to different wallets in API City

32 lines (31 loc) 741 B
{ "name": "transfer-token", "version": "1.0.5", "description": "Plugin for transferring tokens to different wallets in API City", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "node build.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "api-city", "plugin", "solana", "token-transfer" ], "author": "", "license": "ISC", "dependencies": { "api-city-sdk": "latest", "@solana/web3.js": "^1.87.6", "@solana/spl-token": "^0.3.9", "typescript": "^5.3.3" }, "devDependencies": { "@types/node": "^20.10.6", "esbuild": "^0.19.11" } }