{
  "name": "@dual-finance/dip",
  "version": "0.0.21",
  "description": "DIP SDK",
  "main": "lib/index.js",
  "author": "Dual Finance",
  "license": "ISC",
  "types": "lib/index.d.ts",
  "homepage": "https://github.com/Dual-Finance/dip-sdk",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig-build.json",
    "prebuild": "yarn clean",
    "clean": "rimraf lib",
    "lint": "eslint src tests && yarn prettier:check",
    "lint:fix": "eslint --fix src tests && yarn prettier:fix",
    "prettier:check": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "test": "jest"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.27.0",
    "@dual-finance/staking-options": "^0.0.26",
    "@metaplex-foundation/mpl-token-metadata": "^2.13.0",
    "@pythnetwork/client": "^2.15.0",
    "@solana/spl-token": "^0.3.6",
    "@solana/web3.js": "^1.66.2",
    "black-scholes": "^1.1.0"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.2",
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "@typescript-eslint/parser": "^5.27.1",
    "dotenv": "^16.0.3",
    "eslint": "^7.32.0 || ^8.2.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.25.2",
    "jest": "^29.5.0",
    "prettier": "^2.8.4",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.3.5"
  }
}
