@dbricks/dbricks-ts
Version:
## Introduction
45 lines (44 loc) • 1.02 kB
JSON
{
"scripts": {
"pub": "tsc && npm version patch --force && npm publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"name": "@dbricks/dbricks-ts",
"version": "0.0.67",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"solana",
"serum",
"mango",
"saber",
"solend"
],
"license": "ISC",
"dependencies": {
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.6.0",
"@solana/wallet-adapter-wallets": "^0.10.1",
"@solana/web3.js": "^1.29.0",
"axios": "^0.21.4",
"bn.js": "^5.2.0",
"dotenv": "^10.0.0",
"events": "^3.3.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}