UNPKG

@ln-markets/api

Version:

A set of wrappers to easily communicate with LN Markets API !

77 lines 2.02 kB
{ "name": "@ln-markets/api", "version": "3.0.1", "description": "A set of wrappers to easily communicate with LN Markets API !", "keywords": [ "ln-markets", "api", "trading", "bitcoin" ], "homepage": "https://github.com/ln-markets/api-js/#readme", "bugs": { "url": "https://github.com/ln-markets/api-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ln-markets/api-js.git" }, "license": "MIT", "author": "Victor Afanassieff <victo@afanassieff.com>", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "LICENSE", "README.md", "package.json" ], "dependencies": { "undici": "6.20.0", "ws": "8.18.0" }, "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@eslint/js": "9.12.0", "@types/node": "22.7.5", "@types/ws": "8.5.12", "@vitest/eslint-plugin": "1.1.7", "cspell": "8.14.4", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-jsdoc": "50.3.1", "eslint-plugin-prefer-arrow-functions": "3.4.1", "eslint-plugin-unicorn": "56.0.0", "eslint-plugin-unused-imports": "4.1.4", "globals": "15.11.0", "husky": "9.1.6", "knip": "5.33.3", "lint-staged": "15.2.10", "markdownlint-cli": "0.42.0", "np": "10.0.7", "prettier": "3.3.3", "prettier-plugin-packagejson": "2.5.3", "typescript": "5.6.3", "typescript-eslint": "8.8.1", "vitest": "2.1.2" }, "engines": { "node": ">=22.9.0", "pnpm": ">=9" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc --build tsconfig.build.json", "format": "prettier --write --ignore-unknown '**'", "lint": "eslint --color './**/*.ts'", "release": "np --no-cleanup --no-tests --no-yarn", "spell-check": "cspell --show-context --no-progress '**'", "test": "vitest --run", "type-check": "tsc --noEmit" } }