{
  "name": "ccxt-with-rest-api-type",
  "version": "0.0.12",
  "license": "MIT",
  "type": "module",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsup src/cli/index.ts --onSuccess \"node dist/index.cjs\"",
    "postbuild": "rm -rf dist/index.cjs dist/index.js && mv src/index.ts dist/index.ts"
  },
  "dependencies": {
    "ccxt": "latest"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "tsup": "^6.4.0",
    "typescript": "^4.8.4"
  }
}