@dxfeed/dxlink-indichart
Version:
dxLink INDICHART for receiving candle and indicator data
68 lines (67 loc) • 1.5 kB
JSON
{
"name": "@dxfeed/dxlink-indichart",
"version": "0.8.1",
"private": false,
"sideEffects": false,
"description": "dxLink INDICHART for receiving candle and indicator data",
"source": "src/index.ts",
"exports": {
"types": "./build/index.d.ts",
"require": "./build/index.js",
"default": "./build/index.module.js"
},
"main": "build/index.js",
"module": "build/index.module.js",
"types": "build/index.d.ts",
"browserslist": [
"last 1 year"
],
"minify": {
"mangle": false
},
"scripts": {
"prepublishOnly": "npm run build && npm run test",
"build": "microbundle -f esm,cjs",
"lint": "eslint src",
"test": "tsx src/index.test.ts",
"test:watch": "tsx watch src/index.test.ts"
},
"dependencies": {
"@dxfeed/dxlink-core": "0.8.1"
},
"author": "Dmitry Petrov <dmitry.petrov@devexperts.com>",
"maintainers": [
{
"name": "Fyzu",
"url": "https://github.com/fyzu"
}
],
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dxfeed/dxlink.git"
},
"bugs": {
"url": "https://github.com/dxfeed/dxlink/issues"
},
"homepage": "https://dxfeed.com/",
"keywords": [
"api",
"feed",
"client",
"financial-data",
"market-data",
"market-data-feeds",
"market-api",
"stock-market",
"stock-price-data",
"real-time-data",
"historical-data",
"dxfeed",
"dxlink"
],
"files": [
"/build",
"/package.json"
]
}