UNPKG

kiteconnect-public

Version:

The official JS client library for the Kite Connect trading APIs

48 lines (47 loc) 1.05 kB
{ "name": "kiteconnect-public", "version": "4.0.1", "description": "The official JS client library for the Kite Connect trading APIs", "main": "./lib/", "scripts": { "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/zerodhatech/kiteconnectjs.git" }, "keywords": [ "kiteconnect", "kite", "zerodha", "rainmatter", "trading", "api", "stock", "market" ], "author": "Vivek R", "license": "MIT", "bugs": { "url": "https://github.com/zerodhatech/kiteconnectjs/issues" }, "homepage": "https://github.com/zerodhatech/kiteconnectjs#readme", "dependencies": { "axios": "^0.21.2", "chai": "^4.3.6", "crypto-js": "^4.0.0", "mocha": "^10.0.0", "nock": "^13.2.4", "papaparse": "^5.3.1", "ws": "^6.2.2" }, "devDependencies": { "jsdoc": "^3.4.0", "minami": "^1.1.1" }, "engines": { "node": ">=8.0.0" }, "engineStrict": true }