{
  "name": "@jup-ag/crema-sdk-v2",
  "version": "2.1.6",
  "license": "AGPL-3.0",
  "dependencies": {
    "@cremafinance/anchor-contrib": "1.14.3",
    "@project-serum/anchor": "^0.24.0",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/web3.js": "^1.50.1",
    "bn.js": "^5.2.1",
    "decimal.js": "^10.3.1",
    "jsbi": "^4.3.0"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.3",
    "@solana/spl-token": "0.1.8",
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.0",
    "@types/eslint": "^8.4.5",
    "@types/mocha": "^9.1.1",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "chai": "^4.3.4",
    "eslint": "^8.27.0",
    "eslint-config-standard-with-typescript": "^23.0.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.5.1",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^27.0.6",
    "mocha": "^10.0.0",
    "prettier": "^2.6.2",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.9.1",
    "tsup": "^6.5.0",
    "typescript": "^4.9.3",
    "yaml": "^2.1.1"
  },
  "files": [
    "dist/**"
  ],
  "typings": "dist/index.d.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "packageManager": "yarn@3.2.2",
  "scripts": {
    "idl:generate": "./scripts/parse-idls.sh && ./scripts/generate-idl-types.sh",
    "lint:fix": "eslint --fix --ext .ts --ignore-path .gitignore .",
    "test": "jest",
    "pools": "ts-node ./src/cli/cli.ts",
    "build": "tsup"
  }
}