UNPKG

moonwalkerswap-v1-sdk

Version:

An SDK for building applications on top of the Moonwalkerswap V1 protocol

58 lines (57 loc) 1.78 kB
{ "name": "moonwalkerswap-v1-sdk", "version": "1.0.3", "description": "An SDK for building applications on top of the Moonwalkerswap V1 protocol", "keywords": [ "Moonwalkerswap", "MATIC", "BSC", "SDK" ], "main": "./dist/index.js", "scripts": { "lint:base": "yarn eslint './src/**/*.ts'", "format:base": "yarn prettier './src/**/*.ts'", "fix:lint": "yarn lint:base --fix", "fix:format": "yarn format:base --write", "fix:all": "yarn fix:lint && yarn fix:format", "check:lint": "yarn lint:base", "check:format": "yarn format:base --check", "check:all": "yarn check:lint && yarn check:format", "prebuild": "rm -rf dist/", "build": "tsc", "watch": "yarn prebuild && tsc --watch", "test": "jest", "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/MoonWalkerJim/moonwalkerswap-v1-sdk.git" }, "author": "MoonwalkerJim", "license": "GPL-3.0-or-later", "devDependencies": { "@types/jest": "^24.0.13", "@types/lodash.clonedeepwith": "^4.5.6", "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", "coveralls": "^3.0.3", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "jest": "^24.8.0", "prettier": "^1.17.1", "ts-jest": "^24.0.2", "typescript": "^3.4.5" }, "dependencies": { "bignumber.js": "^9.0.0", "ethers": "^4.0.28", "lodash.clonedeepwith": "^4.5.0", "moonwalkerswap-v1-sdk": "^1.0.1" }, "types": "./dist/index.d.ts", "bugs": { "url": "https://github.com/MoonWalkerJim/moonwalkerswap-v1-sdk/issues" }, "homepage": "https://github.com/MoonWalkerJim/moonwalkerswap-v1-sdk#readme" }