UNPKG

@swingby-protocol/sdk

Version:

An implementation of the Swingby standard development kit for NodeJS and JavaScript.

89 lines (88 loc) 2.29 kB
{ "name": "@swingby-protocol/sdk", "version": "0.0.0-development", "module": "dist/sdk.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "Apache-2.0", "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/SwingbyProtocol/js-sdk.git" }, "bugs": { "url": "https://github.com/SwingbyProtocol/js-sdk/issues" }, "homepage": "https://github.com/SwingbyProtocol/js-sdk#readme", "keywords": [ "Crypto", "Bitcoin", "Ethereum", "Binance Smart Chain", "BSC", "JavaScript", "TypeScript", "NodeJS", "Swingby", "Skybridge", "ECDSA", "Trustless" ], "scripts": { "dev": "start-storybook -p 6006", "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "eslint .", "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,mdx,html}'", "run-example": "ts-node --compiler-options '{ \"module\": \"commonjs\" }'" }, "devDependencies": { "@babel/core": "^7.15.5", "@size-limit/preset-small-lib": "^4.10.1", "@swingby-protocol/eslint-config": "^2.3.0", "@swingby-protocol/prettier-config": "^1.0.2", "@swingby-protocol/sdk": "link:.", "@types/big.js": "^6.0.2", "@types/debug": "^4.1.5", "@types/luxon": "^1.26.5", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "jest": "^26.6.3", "prettier": "^2.2.1", "rollup-plugin-typescript2": "^0.30.0", "semantic-release": "^17.4.2", "ts-node": "^10.2.1", "tsdx": "^0.14.1", "tslib": "^2.3.1", "type-fest": "^0.21.3", "typescript": "^4.4.3" }, "dependencies": { "@typescript-eslint/eslint-plugin": "4.18.0", "bech32": "^2.0.0", "big.js": "^6.0.3", "bitcoin-address-validation": "^2.0.1", "debug": "^4.3.1", "hex-to-binary": "^1.0.1", "isomorphic-unfetch": "^3.1.0", "isomorphic-webcrypto": "^2.3.8", "luxon": "^1.26.0", "web3-utils": "^1.3.4" }, "resolutions": { "**/@typescript-eslint/eslint-plugin": "4.6.1", "**/rollup-plugin-typescript2": "0.30.0", "**/tslib": "2.3.1", "**/typescript": "4.4.3" } }