UNPKG

takefy-cryptomus

Version:

TypeScript SDK for the Cryptomus payment system API

73 lines (72 loc) 1.67 kB
{ "name": "takefy-cryptomus", "version": "1.0.3", "description": "TypeScript SDK for the Cryptomus payment system API", "type": "module", "username": "takefy", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "files": [ "dist", "LICENSE", "README.md", "CHANGELOG.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && tsc -p tsconfig.cjs.json", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "format": "biome format --write .", "lint": "biome lint .", "check": "biome check --write ." }, "keywords": [ "cryptomus", "payment", "cryptocurrency", "crypto", "payment-gateway", "typescript", "sdk" ], "author": "0xJord4n <contact@0xjordan.dev>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/0xjord4n/cryptomus-js.git" }, "bugs": { "url": "https://github.com/0xjord4n/cryptomus-js/issues" }, "homepage": "https://github.com/0xjord4n/cryptomus-js#readme", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.0.0" }, "peerDependencies": { "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "dotenv": "^16.4.7" } }