|
13 | 13 | "build/*" |
14 | 14 | ], |
15 | 15 | "dependencies": { |
16 | | - "logger4": "^2.1.5", |
17 | | - "ws": "^8.9.0" |
| 16 | + "logger4": "2.1.5", |
| 17 | + "ws": "8.9.0" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@types/chai": "^4.3.3", |
21 | | - "@types/mocha": "^10.0.0", |
22 | | - "@types/node": "^18.7.23", |
23 | | - "@types/ws": "^8.5.3", |
24 | | - "@typescript-eslint/eslint-plugin": "^5.38.1", |
25 | | - "@typescript-eslint/parser": "^5.38.1", |
26 | | - "chai": "^4.3.6", |
27 | | - "esbuild": "^0.15.10", |
28 | | - "eslint": "^8.24.0", |
29 | | - "mocha": "^10.0.0", |
30 | | - "prettier": "^2.7.1", |
31 | | - "ts-mocha": "^10.0.0", |
32 | | - "ts-node": "^10.9.1", |
33 | | - "typescript": "^4.8.4" |
| 20 | + "@types/chai": "4.3.3", |
| 21 | + "@types/mocha": "10.0.0", |
| 22 | + "@types/node": "18.7.23", |
| 23 | + "@types/ws": "8.5.3", |
| 24 | + "@typescript-eslint/eslint-plugin": "5.38.1", |
| 25 | + "@typescript-eslint/parser": "5.38.1", |
| 26 | + "chai": "4.3.6", |
| 27 | + "esbuild": "0.15.10", |
| 28 | + "eslint": "8.24.0", |
| 29 | + "mocha": "10.0.0", |
| 30 | + "prettier": "2.7.1", |
| 31 | + "ts-mocha": "10.0.0", |
| 32 | + "ts-node": "10.9.1", |
| 33 | + "typescript": "4.8.4" |
34 | 34 | }, |
35 | 35 | "scripts": { |
36 | 36 | "build": "rm -rf ./build && tsc --declaration --emitDeclarationOnly & node ./esbuild.config.js", |
37 | 37 | "test": "ts-mocha -p ./tsconfig.json ./sandbox/tests.ts ./sandbox/sandbox.ts --exit", |
38 | 38 | "prettier": "prettier --check \"src/**/*.ts\" \"sandbox/**/*.ts\"", |
39 | 39 | "eslint": "eslint --fix \"src/**/*.ts\" \"sandbox/**/*.ts\"", |
40 | | - "lint": "tsc --noEmit && pnpm run prettier && pnpm run eslint" |
| 40 | + "lint": "tsc --noEmit && npm run prettier && npm run eslint" |
41 | 41 | }, |
42 | 42 | "repository": { |
43 | 43 | "type": "git", |
|
58 | 58 | "url": "https://github.com/peterszombati/xapi-node/issues" |
59 | 59 | }, |
60 | 60 | "homepage": "https://github.com/peterszombati/xapi-node#readme" |
61 | | -======= |
62 | | - "name": "xapi-node", |
63 | | - "version": "2.5.6", |
64 | | - "description": "This project is made possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection", |
65 | | - "main": "build/index.js", |
66 | | - "types": "build/index.d.ts", |
67 | | - "dependencies": { |
68 | | - "logger4": "^2.1.5", |
69 | | - "ws": "^7.2.3" |
70 | | - }, |
71 | | - "devDependencies": { |
72 | | - "@types/node": "^11.15.3", |
73 | | - "typescript": "^3.4.5", |
74 | | - "ts-mocha": "^8.0.0", |
75 | | - "@types/chai": "^4.2.14", |
76 | | - "@types/mocha": "^8.0.3", |
77 | | - "chai": "^4.2.0", |
78 | | - "mocha": "^8.2.0", |
79 | | - "ts-node": "^9.0.0" |
80 | | - }, |
81 | | - "scripts": { |
82 | | - "test": "echo \"Error: no test specified\" && exit 1", |
83 | | - "build": "tsc" |
84 | | - }, |
85 | | - "repository": { |
86 | | - "type": "git", |
87 | | - "url": "git+https://github.com/peterszombati/xapi-node.git" |
88 | | - }, |
89 | | - "keywords": [ |
90 | | - "xstation5", |
91 | | - "trading", |
92 | | - "xtb", |
93 | | - "bfbcapital", |
94 | | - "forex", |
95 | | - "trading-api", |
96 | | - "xopenhub" |
97 | | - ], |
98 | | - "prepare": "npm run build", |
99 | | - "author": "Peter Szombati", |
100 | | - "license": "BSD 4-Clause", |
101 | | - "bugs": { |
102 | | - "url": "https://github.com/peterszombati/xapi-node/issues" |
103 | | - }, |
104 | | - "homepage": "https://github.com/peterszombati/xapi-node#readme" |
105 | 61 | } |
0 commit comments