{
  "name": "@mean-dao/ddca",
  "version": "1.2.35",
  "description": "Typescript library to interact with the Decentralized DCA program",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mean-dao/mean-sdk.git"
  },
  "keywords": [
    "mean-dao",
    "mean-protocol",
    "ddca"
  ],
  "bugs": {
    "url": "https://github.com/mean-dao/mean-sdk/issues"
  },
  "homepage": "https://github.com/mean-dao/mean-sdk#readme",
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@project-serum/anchor": "^0.20.1",
    "@solana/spl-token": "^0.1.8"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.1",
    "json-loader": "^0.5.7",
    "typescript": "^4.4.2"
  },
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "files": [
    "lib/*.*"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -R ./lib",
    "publish": "npm publish --access public"
  },
  "resolutions": {
    "cross-fetch": "3.1.5"
  }
}
