{
  "name": "ncloud-sdk",
  "version": "1.4.10",
  "main": "index.js",
  "description": "Naver Cloud Platform Client Library for node",
  "homepage": "https://github.com/NaverCloudPlatform/ncloud-sdk-js",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "lint": "eslint ."
  },
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.js?(x)"
    ]
  },
  "devDependencies": {
    "babel-eslint": "^8.2.3",
    "eslint": "^4.19.1",
    "eslint-config-naver": "^2.0.1",
    "jest": "^24.8.0"
  },
  "dependencies": {
    "ini": "^1.3.5",
    "superagent": "3.5.2"
  }
}
