{
  "name": "@mithraic-labs/tokenized-euros",
  "version": "0.2.3",
  "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 src/index.ts",
    "build:package": "yarn clean && yarn copy-euro && rollup -c",
    "clean": "rm -rf ./dist",
    "copy-euro": "test -e ../../target/types/euro_primitive.ts && cp ../../target/types/euro_primitive.ts ./src || echo \"Run anchor build first\" >&2",
    "prepublishOnly": "yarn copy-euro && rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "type-check": "tsc --noEmit"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^4.1.0",
    "rollup": "^2.56.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "typedoc": "^0.22.15",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@project-serum/anchor": "0.25.0",
    "@project-serum/serum": "^0.13.62",
    "@solana/spl-token": "^0.2.0"
  }
}
