@sharplygroup/xtb-api-js
Version:
A module for interacting with the XTB API
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "@sharplygroup/xtb-api-js",
"version": "0.1.21",
"description": "A module for interacting with the XTB API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sharplygroup/xtb-api-js.git"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint .",
"format": "prettier --write .",
"verify": "npm run lint && npm run build && npm run test"
},
"keywords": [
"xtb",
"api",
"trading"
],
"author": "Adrian Budzyński",
"license": "MIT",
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.13.5",
"@types/ws": "8.5.14",
"dotenv": "16.4.7",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"jest": "29.7.0",
"prettier": "3.5.2",
"standard-version": "^9.5.0",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "8.25.0"
},
"dependencies": {
"ws": "^8.16.0"
},
"engines": {
"node": ">=16.0.0"
}
}