@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
77 lines • 1.71 kB
JSON
{
"name": "@ln-markets/sdk",
"version": "1.2.4",
"description": "TypeScript SDK for LNMarkets API",
"keywords": [
"ln-markets",
"api",
"sdk",
"trading",
"bitcoin",
"lightning"
],
"homepage": "https://github.com/ln-markets/sdk-typescript#readme",
"bugs": {
"url": "https://github.com/ln-markets/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ln-markets/sdk-typescript.git"
},
"license": "MIT",
"type": "module",
"exports": {
"./v2": {
"import": "./dist/v2/index.js",
"types": "./dist/v2/index.d.ts"
},
"./v3": {
"import": "./dist/v3/index.js",
"types": "./dist/v3/index.d.ts"
}
},
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"camelcase-keys": "10.0.1",
"ky": "1.14.0",
"snakecase-keys": "9.0.2",
"ts-pattern": "5.9.0"
},
"devDependencies": {
"@types/node": "24.10.1",
"cspell": "9.3.1",
"knip": "5.70.2",
"markdownlint-cli": "0.45.0",
"np": "10.2.0",
"oxfmt": "0.15.0",
"oxlint": "1.30.0",
"oxlint-tsgolint": "0.8.3",
"tsx": "4.20.6",
"typescript": "5.9.3",
"vite": "7.2.2",
"vitest": "4.0.14"
},
"engines": {
"node": ">=20",
"pnpm": ">=10"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
"format": "oxfmt",
"function-table": "tsx scripts/function-list.ts",
"lint": "oxlint --type-aware",
"spell-check": "cspell --show-context --no-progress '**'",
"test": "vitest --run",
"type-check": "tsc --noEmit",
"release": "np"
}
}