UNPKG

nakapay-sdk

Version:

Node.js SDK for the NakaPay API to integrate Bitcoin Lightning payments.

54 lines (53 loc) 1.39 kB
{ "name": "nakapay-sdk", "version": "0.1.4", "description": "Node.js SDK for the NakaPay API to integrate Bitcoin Lightning payments.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "jest --passWithNoTests", "test:unit": "jest --testNamePattern='should' --passWithNoTests", "test:integration": "RUN_INTEGRATION_TESTS=true jest", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hubavka/nakapay-sdk.git" }, "keywords": [ "nakapay", "bitcoin", "lightning", "sdk", "payment", "nwc", "nostr-wallet-connect" ], "author": "NakaPay Team <team@nakapay.app>", "license": "MIT", "bugs": { "url": "https://github.com/hubavka/nakapay-sdk/issues" }, "homepage": "https://github.com/hubavka/nakapay-sdk#readme", "dependencies": { "axios": "^1.6.0" }, "devDependencies": { "@supabase/supabase-js": "^2.49.8", "@types/jest": "^29.5.14", "@types/uuid": "^10.0.0", "dotenv": "^16.5.0", "jest": "^29.7.0", "ts-jest": "^29.3.4", "typescript": "^5.0.0", "uuid": "^11.1.0" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.d.ts.map", "dist/**/*.js.map", "README.md" ] }