UNPKG

node-twstock

Version:

A client library for scraping Taiwan stock market data

71 lines (70 loc) 1.85 kB
{ "name": "node-twstock", "version": "2.2.0", "description": "A client library for scraping Taiwan stock market data", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prebuild": "rimraf lib", "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "coverage": "codecov", "lint": "eslint '{src,test}/**/*.ts' --fix", "release": "release-it", "prepare": "husky install" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/chunkai1312/node-twstock.git" }, "keywords": [ "node-twstock", "twstock", "stock", "twse", "tpex" ], "author": "Chun-Kai Wang <chunkai1312@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/chunkai1312/node-twstock/issues" }, "homepage": "https://github.com/chunkai1312/node-twstock#readme", "dependencies": { "axios": "^1.5.1", "axios-rate-limit": "^1.3.0", "cheerio": "^1.0.0-rc.12", "csvtojson": "^2.0.10", "iconv-lite": "^0.6.3", "lodash": "^4.17.21", "luxon": "^3.4.4", "numeral": "^2.0.6" }, "devDependencies": { "@commitlint/cli": "^16.3.0", "@commitlint/config-conventional": "^16.2.4", "@release-it/conventional-changelog": "^5.1.1", "@types/jest": "^27.5.2", "@types/lodash": "^4.14.200", "@types/luxon": "^3.3.6", "@types/node": "^16.18.18", "@types/numeral": "^2.0.4", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "codecov": "^3.8.3", "eslint": "^7.32.0", "husky": "^7.0.4", "jest": "^27.5.1", "jest-mock-axios": "^4.7.3", "release-it": "^15.10.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", "typescript": "^4.9.5" } }