{
  "name": "node-cnb",
  "version": "1.11.0",
  "description": "node sdk for cnb open api",
  "main": "dist/index.js",
  "typings": "./src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node build.js && tsc && cp src/*.json dist/",
    "sync-swagger": "wget -O openapi_swagger.json https://api.cnb.cool/swagger.json",
    "release": "standard-version && git push --follow-tags origin main"
  },
  "repository": {
    "type": "git",
    "url": "https://cnb.cool/cnb/sdk/node-cnb.git"
  },
  "keywords": [
    "cnb",
    "api",
    "sdk"
  ],
  "author": "folgerfan",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.9"
  },
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/lodash": "^4.17.15",
    "lodash": "^4.17.21",
    "prettier": "^3.5.0",
    "standard-version": "^9.5.0",
    "typescript": "^5.7.3"
  }
}
