UNPKG

@ariva-mds/mds

Version:

Stock market data

49 lines (48 loc) 1.35 kB
{ "name": "@ariva-mds/mds", "version": "2.63.0", "description": "Stock market data", "license": "Commercial, contact sales@ariva.de", "keywords": [ "marketdata", "stocks" ], "scripts": { "vv": "tsc -v", "clean": "rm -rf ./lib", "build": "npm run clean && npm run build:cjs && npm run build:esm", "build:esm": "tsc -p ./tsconfig.json", "build:cjs": "tsc -p ./tsconfig.cjs.json", "prepack": "npm run build", "prepublishOnly": "npm run build", "test": "cross-env TS_NODE_PROJECT=tsconfig.cjs.json mocha", "lint": "eslint --ignore-path .eslintignore --ext .js,.ts ." }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/types/index.d.ts", "files": [ "lib/" ], "dependencies": { "@ariva-mds/mds": "^2.56.0", "node-fetch": "^3.3.0", "reconnecting-websocket": "^4.4.0", "rxjs": "^7.5.0", "typescript": "^5.1.6", "ws": "^8.18.0" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.13.12", "@types/chai": "^4.3.8", "@types/mocha": "^10.0.2", "@types/node": "^18.11.18", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "chai": "^4.3.10", "cross-env": "^7.0.3", "eslint": "^8.51.0", "mocha": "^10.2.0", "ts-node": "^10.9.1" } }