{
  "name": "@aluckylife/node-ctp-sdk",
  "version": "1.0.1",
  "description": "Node API for CTP",
  "private": false,
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "src/",
    "tradeapi/",
    "dist/",
    "index.js",
    "index.d.ts",
    "types.ts",
    "enum.ts",
    "binding.gyp",
    "tsconfig.json"
  ],
  "devDependencies": {
    "node-gyp": "^9.3.0",
    "prebuildify": "^5.0.1"
  },
  "dependencies": {
    "json5": "^2.2.3",
    "node-gyp-build": "^4.5.0"
  },
  "scripts": {
    "clean": "rm -rf dist build logs prebuilds",
    "clean:all": "npm run clean && rm -rf node_modules",
    "build": "npm run create-enum && tsc && node-gyp clean && node-gyp-build",
    "prebuild": "prebuildify --napi",
    "create-enum": "node scripts/enumCreate.js"
  }
}