UNPKG

@atharahmed/cryptomus

Version:

Node wrapper for cryptomus api

46 lines (45 loc) 1.04 kB
{ "name": "@atharahmed/cryptomus", "version": "0.3.0", "description": "Node wrapper for cryptomus api", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "node lib/index.js", "build": "tsc", "dev": "ts-node-dev --respawn src/index.ts", "docs": "typedoc", "test": "jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/qweme32/cryptomus.git" }, "keywords": [ "cryptomus", "api", "crypto", "payment" ], "author": "Qweme Dev", "license": "MIT", "bugs": { "url": "https://github.com/qweme32/cryptomus/issues" }, "homepage": "https://github.com/qweme32/cryptomus#readme", "devDependencies": { "@mxssfd/typedoc-theme": "^1.1.3", "@types/jest": "^29.5.4", "@types/uuid": "^9.0.3", "dotenv": "^16.3.1", "jest": "^29.6.4", "ts-jest": "^29.1.1", "ts-node-dev": "^2.0.0", "typedoc": "^0.25.1", "typescript": "^5.2.2" }, "dependencies": { "axios": "^1.5.0", "uuid": "^9.0.0" } }