liquidator-v3/package.json

61 lines
1.6 KiB
JSON

{
"name": "liquidator-v3",
"version": "1.0.0",
"repository": "git@github.com:blockworks-foundation/liquidator-v3.git",
"license": "MIT",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"liquidator": "ts-node src/liquidator.ts",
"test-liquidator": "ts-node test/liquidator.test.ts"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/big.js": "^6.1.1",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.2.14",
"@types/jest": "^27.4.0",
"@types/mocha": "^9.0.0",
"@types/node": "^15.12.4",
"@types/yargs": "latest",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"chai": "^4.3.4",
"cross-env": "^7.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^7.2.0",
"mocha": "^9.1.3",
"prettier": "^2.0.5",
"typedoc": "^0.22.5",
"typescript": "^4.6.3"
},
"files": [
"lib"
],
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@blockworks-foundation/mango-client": "^3.6.5",
"@project-serum/anchor": "^0.21.0",
"@project-serum/serum": "0.13.55",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@solana/spl-token": "^0.1.6",
"@solana/web3.js": "^1.43.5",
"axios": "^0.21.1",
"big.js": "^6.1.1",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.1.0",
"buffer-layout": "^1.2.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"ts-node": "^10.7.0"
},
"resolutions": {
"bn.js": "5.2.0",
"@types/bn.js": "5.1.0",
"@solana/web3.js": "^1.43.5"
}
}