{
  "type": "module",
  "name": "upstoxjsclient",
  "version": "0.0.4",
  "description": "Build_your_App_on_the_Upstox_platform_Banner_httpsapi_v2_upstox_comapi_docsimagesbanner_jpg_banner_IntroductionUpstox_API_is_a_set_of_rest_APIs_that_provide_data_required_to_build_a_complete_investment_and_trading_platform__Execute_orders_in_real_time_manage_user_portfolio_stream_live_market_data__using_Websocket_and_more_with_the_easy_to_understand_API_collection_All_requests_are_over_HTTPS_and_the_requests_are_sent_with_the_content_type_applicationjson__Developers_have_the_option_of_choosing_the_response_type_as_JSON_or_CSV_for_a_few_API_calls_To_be_able_to_use_these_APIs_you_need_to_create_an_App_in_the_Developer_Console_and_generate_your_apiKey_and_apiSecret__You_can_use_a_redirect_URL_which_will_be_called_after_the_login_flow_If_you_are_a_trader_you_can_directly_create_apps_from_Upstox_mobile_app_or_the_desktop_platform_itself_from_Apps_sections_inside_the_Account_Tab__Head_over_to_a_hrefhttpaccount_upstox_comdeveloperapps_target_blankaccount_upstox_comdeveloperappsa_brIf_you_are_a_business_looking_to_integrate_Upstox_APIs_reach_out_to_us_and_we_will_get_a_custom_app_created_for_you_in_no_time_It_is_highly_recommended_that_you_do_not_embed_the_apiSecret_in_your_frontend_app__Create_a_remote_backend_which_does_the_handshake_on_behalf_of_the_frontend_app__Marking_the_apiSecret_in_the_frontend_app_will_make_your_app_vulnerable_to_threats_and_potential_issues_",
  "license": "Unlicense",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --require @babel/register --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "@babel/cli": "^7.0.0",
    "superagent": "^5.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "expect.js": "^0.3.1",
    "mocha": "^8.0.1",
    "sinon": "^7.2.0"
  }
}
