{
  "name": "@candle-so/node",
  "version": "1.0.29",
  "description": "A library for interacting with the Candle API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "deploy": "npx tsc ./src/bin/deploy.ts && node ./src/bin/deploy.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/candle-so/candle-node.git"
  },
  "keywords": [
    "candle",
    "api",
    "typescript",
    "axios"
  ],
  "author": "Uri Maxima",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.24.0",
    "form-data": "^4.0.0",
    "fs": "^0.0.1-security"
  },
  "devDependencies": {
    "@types/node": "^20.14.2",
    "typescript": "^4.9.5"
  }
}