{
  "name": "@bottrade/shared",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "main": "./src/types.ts",
  "types": "./src/types.ts",
  "exports": {
    ".": "./src/types.ts"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json"
  }
}
