@ariva-mds/mds
Version:
Stock market data
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@ariva-mds/mds",
"version": "2.67.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": {
"node-fetch": "^3.3.2",
"reconnecting-websocket": "^4.4.0",
"rxjs": "^7.8.2",
"typescript": "^5.8.3",
"ws": "^8.18.2"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.20.2",
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"eslint": "^9.28.0",
"mocha": "^11.7.5",
"ts-node": "^10.9.1"
}
}