{ "name": "@blockworks-foundation/mango-v4", "version": "0.13.1", "description": "Typescript Client for mango-v4 program.", "repository": "https://github.com/blockworks-foundation/mango-v4", "author": { "name": "Blockworks Foundation", "email": "hello@blockworks.foundation", "url": "https://blockworks.foundation" }, "sideEffects": false, "main": "./dist/cjs/src/index.js", "module": "./dist/esm/src/index.js", "types": "./dist/types/src/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && yarn build:browser && yarn build:node && yarn build:types", "build:node": " tsc -p tsconfig.cjs.json --noEmit false", "build:browser": "tsc -p tsconfig.esm.json --noEmit false", "build:types": "tsc -p tsconfig.types.json --noEmit false", "test": "ts-mocha ts/client/**/*.spec.ts --timeout 300000", "example1-user": "ts-node ts/client/src/scripts/example1-user.ts", "example1-admin": "ts-node ts/client/src/scripts/example1-admin.ts", "format": "prettier --check ./ts", "lint": "eslint ./ts/client/src --ext ts --ext tsx --ext js --quiet", "typecheck": "tsc --noEmit --pretty", "prepublishOnly": "yarn validate && yarn build", "validate": "yarn lint && yarn format" }, "devDependencies": { "@solana/spl-governance": "^0.3.25", "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "^5.1.1", "@types/bs58": "^4.0.1", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "axios": "^1.4.0", "chai": "^4.3.4", "cli-table3": "^0.6.3", "console-table-printer": "^2.11.1", "eslint": "^7.28.0", "eslint-config-prettier": "^7.2.0", "fast-csv": "^4.3.6", "mocha": "^9.1.3", "prettier": "^2.0.5", "ts-mocha": "^10.0.0", "ts-node": "^10.9.1", "typedoc": "^0.22.5", "typescript": "^4.8.4" }, "prettier": { "singleQuote": true, "trailingComma": "all" }, "dependencies": { "@coral-xyz/anchor": "^0.26.0", "@project-serum/serum": "0.13.65", "@pythnetwork/client": "~2.14.0", "@solana/spl-token": "0.3.7", "@solana/web3.js": "^1.73.2", "@switchboard-xyz/sbv2-lite": "^0.1.6", "big.js": "^6.1.1", "binance-api-node": "^0.12.0", "bs58": "^5.0.0", "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "node-kraken-api": "^2.2.2" }, "license": "MIT" }