rxjs-trading-signals
Version:
The user - defined operator helps users quickly output index values. base trading-signals library
83 lines (82 loc) • 2.92 kB
JSON
{
"bugs": {
"url": "https://github.com/lei1996/rxjs-trading-signals/issues"
},
"dependencies": {
"big.js": "6.2.1",
"rxjs": "7.5.6"
},
"description": "The user - defined operator helps users quickly output index values. base trading-signals library",
"devDependencies": {
"@types/big.js": "6.1.4",
"@types/jest": "28.1.4",
"@types/node": "18.0.1",
"@typescript-eslint/eslint-plugin": "5.30.4",
"@typescript-eslint/parser": "5.30.4",
"cross-env": "7.0.3",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"generate-changelog": "1.8.0",
"husky": "8.0.1",
"jest": "28.1.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.8.2",
"typescript": "4.7.4"
},
"engines": {
"node": ">= 10.9",
"yarn": ">= 1"
},
"files": [
"dist",
"!dist/start",
"!dist/test",
"!dist/**/*.test.*"
],
"homepage": "https://github.com/lei1996/rxjs-trading-signals",
"keywords": [
"rxjs",
"trading-signals",
"stream data"
],
"license": "MIT",
"main": "dist/index.js",
"name": "rxjs-trading-signals",
"repository": {
"type": "git",
"url": "git+https://github.com/lei1996/rxjs-trading-signals"
},
"scripts": {
"build": "tsc",
"changelog:commit": "git add CHANGELOG.md && git commit -m \"docs: updated CHANGELOG.md\"",
"clean": "rimraf .nyc_output coverage dist",
"dev": "ts-node ./src/start.ts",
"dist": "yarn clean && yarn build",
"fix": "yarn fix:other && yarn fix:code",
"fix:code": "yarn lint:code --fix --quiet",
"fix:other": "yarn prettier --write",
"lint": "yarn lint:types && yarn lint:code && yarn lint:other",
"lint:code": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:other": "yarn prettier --list-different",
"lint:types": "tsc --noEmit",
"postversion": "git push origin && git push origin --tags && npm publish",
"prettier": "prettier --ignore-path .gitignore --loglevel silent \"**/*.{json,scss,yml}\"",
"preversion": "git checkout main && git pull && yarn && yarn test && yarn dist",
"release:major": "generate-changelog -M -x \"chore,test\" && yarn changelog:commit && npm version major",
"release:minor": "generate-changelog -m -x \"chore,test\" && yarn changelog:commit && npm version minor",
"release:patch": "generate-changelog -p -x \"chore,test\" && yarn changelog:commit && npm version patch",
"start": "ts-node ./src/start.ts",
"test": "cross-env NODE_ENV=test jest ./src --passWithNoTests",
"test:coverage": "yarn test --coverage",
"test:types": "yarn lint:types"
},
"version": "0.3.5"
}