{
  "name": "@mithraic-labs/psyfi-sdk",
  "version": "1.0.6",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "author": "",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "build:package": "yarn clean && rollup -c",
    "clean": "rm -rf ./dist",
    "run-test": "tsc && ts-node src/test.ts",
    "index": "ts-node src/index.ts",
    "build:publish": "yarn build:package && yarn publish",
    "prepublishOnly": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "type-check": "tsc --noEmit"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "@types/node": "^18.0.6",
    "rollup": "^2.56.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.22.4",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@mithraic-labs/tokenized-euros": "^0.2.2",
    "@project-serum/anchor": "0.25.0",
    "@project-serum/serum": "^0.13.65",
    "@solana/spl-token": "0.2.0",
    "@solana/web3.js": "1.50.1",
    "axios": "0.27.2",
    "assert": "2.0.0"
  },
  "ts-node": {
    "compilerOptions": {
      "module": "esnext"
    }
  }
}
