@flipflop-sdk/cli
Version:
FlipFlop CLI tool for common operations
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "@flipflop-sdk/cli",
"version": "1.3.1",
"description": "FlipFlop CLI tool for common operations",
"main": "dist/cli.js",
"bin": {
"flipflop": "./dist/cli.js"
},
"files": [
"dist/**/*",
"README.md"
],
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"build": "rm -rf dist && tsc",
"prepublishOnly": "yarn build",
"install-global": "npm link"
},
"keywords": [
"solana",
"flipflop",
"cli",
"defi",
"token"
],
"author": "FlipFlop",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flipflop-fun/sdk.git"
},
"dependencies": {
"@coral-xyz/anchor": "0.31.1",
"@flipflop-sdk/node": "^1.3.1",
"@solana/spl-token": "^0.4.9",
"@solana/spl-token-metadata": "^0.1.6",
"@solana/web3.js": "^1.98.0",
"bn.js": "5.2.1",
"bs58": "^6.0.0",
"commander": "^14.0.0",
"decimal.js": "^10.4.3",
"punycode": "^2.3.1"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/bn.js": "5.1.1",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=16.0.0"
}
}