{
  "scripts": {
    "pub": "tsc && npm version patch --force && npm publish"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "name": "@dbricks/dbricks-solend",
  "version": "0.0.6",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "license": "ISC",
  "dependencies": {
    "@solana/spl-token": "0.1.6",
    "@solana/web3.js": "^1.20.0",
    "bigint-buffer": "^1.1.5",
    "bignumber.js": "^9.0.1",
    "bn.js": "^5.2.0",
    "buffer-layout": "^1.2.2",
    "mkdirp": "^1.0.4"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.0",
    "@tsconfig/recommended": "^1.0.1",
    "@types/bn.js": "^5.1.0",
    "@types/eslint": "^7.2.13",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/mkdirp": "^1.0.1",
    "@types/mz": "^2.7.3",
    "@types/node": "^15.12.5",
    "@types/prettier": "^2.3.0",
    "@types/rollup-plugin-json": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "^4.28.0",
    "@typescript-eslint/parser": "^4.28.1",
    "dotenv": "^10.0.0",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-prettier": "^3.4.0",
    "prettier": "^2.2.1",
    "rollup": "^2.52.3",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "start-server-and-test": "^1.12.5",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.4"
  },
  "engines": {
    "node": ">= 10"
  }
}
