tradezap
Version:
Get trading data in a zap
83 lines (82 loc) • 2.31 kB
JSON
{
"name": "tradezap",
"description": "Get trading data in a zap",
"version": "1.0.138",
"type": "module",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"/bin",
"/dist",
"README.md"
],
"bin": {
"tradezap": "bin/index.js"
},
"scripts": {
"prepare": "husky",
"build": "rm -rf dist && bun run build.ts",
"dev": "bun --watch ./src/index.ts --config example/tradezap.config.ts --verbose",
"lint": "eslint --report-unused-disable-directives --max-warnings 0 .",
"lint-fix": "eslint --fix .",
"lint-staged-husky": "lint-staged",
"tsc": "tsc -p tsconfig.json",
"format-lint": "prettier --config .prettierrc --check --ignore-unknown .",
"format-fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
"test": "bun test",
"test-watch": "bun test --watch",
"test-coverage": "bun test --coverage",
"release": "semantic-release --branches main",
"update-deps": "bun update --latest",
"clean": "rm -rf node_modules coverage dist compiled"
},
"dependencies": {
"adm-zip": "0.5.16",
"cac": "6.7.14",
"chalk": "5.4.1",
"date-fns": "4.1.0",
"ora": "8.2.0"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/js": "9.28.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/adm-zip": "0.5.7",
"@types/bun": "1.2.15",
"bun-plugin-dts": "0.3.0",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"eslint-import-resolver-typescript": "4.4.3",
"eslint-plugin-import-x": "4.15.1",
"eslint-plugin-prettier": "5.4.1",
"husky": "9.1.7",
"lint-staged": "16.1.0",
"prettier": "3.5.3",
"semantic-release": "24.2.5",
"typescript": "5.8.3",
"typescript-eslint": "8.34.0"
},
"license": "MIT",
"author": "Marko Kosir <kosir.mar@gmail.com>",
"homepage": "https://github.com/ocignis/tradezap",
"repository": {
"type": "git",
"url": "git+https://github.com/ocignis/tradezap.git"
},
"bugs": "https://github.com/ocignis/tradezap/issues",
"keywords": [
"trade-data",
"trading",
"trade",
"kline",
"tradezap",
"cli",
"cli-tool"
]
}