@swaptoshi/dex-module
Version:
Klayr decentralized exchange (dex) on-chain module
88 lines (87 loc) • 2.7 kB
JSON
{
"name": "@swaptoshi/dex-module",
"version": "1.0.0-alpha.0",
"description": "Klayr decentralized exchange (dex) on-chain module",
"keywords": [
"dex",
"decentralized-exchange",
"klayr",
"swaptoshi",
"web3"
],
"author": "swapsatoshi <swapsatoshi@gmail.com>",
"homepage": "https://swaptoshi.com",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"directories": {
"src": "src",
"test": "test"
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Swaptoshi/swaptoshi-sdk.git"
},
"scripts": {
"clean": "if test junit.xml; then rm junit.xml; fi; if test -d dist; then rm -r dist; fi; if test -d typedoc; then rm -r typedoc; fi; if test -d coverage; then rm -r coverage; fi; rm -rf node_modules; rm -f tsconfig.tsbuildinfo; rm -f npm-shrinkwrap.json",
"lint": "eslint --ext .ts .",
"lint:fix": "eslint --fix --ext .js,.ts .",
"format": "prettier --write '**/*'",
"build": "tsc",
"test": "jest --passWithNoTests",
"test:coverage": "jest --passWithNoTests --coverage=true --coverage-reporters=text",
"test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
"prepublishOnly": "npm ci && npm run lint && npm run build"
},
"bugs": {
"url": "https://github.com/Swaptoshi/swaptoshi-sdk/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@oclif/core": "^4.0.34",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.46.0",
"eslint-config-klayr-base": "^2.0.1",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"fast-xml-parser": "^4.5.0",
"husky": "^9.1.7",
"jest": "^29.6.2",
"jest-extended": "^4.0.1",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.10",
"prettier": "3.0.1",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@klayr/codec": "^0.5.1",
"@klayr/cryptography": "^4.1.1",
"@klayr/utils": "^0.4.3",
"@klayr/validator": "^0.9.1",
"@liskhq/lisk-db": "^0.3.7",
"@swaptoshi/fee-conversion-module": "^1.0.0-alpha.0",
"@swaptoshi/governance-module": "^1.0.0-alpha.0",
"@swaptoshi/utils": "^1.0.0-alpha.0",
"bignumber.js": "^9.1.2",
"crc": "^4.3.2",
"decimal.js": "^10.4.3",
"ipfs-only-hash": "^4.0.0",
"klayr-framework": "^0.12.3"
},
"gitHead": "a0886490b8a2d4f418497b64c34efe2fea7e3333"
}