{
  "name": "dsov-utils",
  "version": "0.0.7-rc43",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "author": "",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "build:docs": "yarn run typedoc",
    "build:package": "yarn clean && rollup -c",
    "clean": "rm -rf ./dist",
    "test": "jest",
    "type-check": "tsc --noEmit",
    "prepublish": "yarn build:package",
    "build:pack": "yarn build:package && yarn pack"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@types/jest": "^29.5.1",
    "jest": "^29.5.0",
    "rollup": "^2.56.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.7",
    "typescript": "^4.6.0"
  },
  "dependencies": {
    "@mithraic-labs/tokenized-euros": "^0.3.0",
    "@project-serum/anchor": "0.25.0",
    "@pythnetwork/client": "^2.17.0",
    "@solana/spl-token": "^0.3.0",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/web3.js": "1.77.3",
    "buffer-layout": "^1.2.2",
    "mathjs": "^11.8.0",
    "util": "^0.12.5"
  }
}
