{
  "name": "@yonote/js-sdk",
  "description": "Official Yonote SDK",
  "author": "Yonote team",
  "license": "MIT",
  "version": "0.1.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "eslint 'src/**/*.{ts,tsx}' --max-warnings=0",
    "format": "prettier --write 'src/**/*.{ts,tsx,js,json,md}'",
    "clean": "rm -rf dist",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@3.6.4",
  "dependencies": {
    "axios": "1.12.0",
    "file-type": "21.0.0",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@types/node": "24.3.0",
    "@types/uuid": "10.0.0",
    "@typescript-eslint/eslint-plugin": "8.40.0",
    "@typescript-eslint/parser": "8.40.0",
    "dotenv": "17.2.1",
    "eslint": "9.33.0",
    "ts-node": "10.9.2",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
