@x-swap-protocol/conedison
Version:
Utilities for XSwap Protocol front-end development
74 lines (73 loc) • 2.15 kB
JSON
{
"name": "@x-swap-protocol/conedison",
"version": "0.0.1",
"description": "Utilities for XSwap Protocol front-end development",
"repository": "https://github.com/XSwapProtocol/conedison",
"homepage": "https://github.com/XSwapProtocol/conedison#readme",
"bugs": "https://github.com/XSwapProtocol/conedison/issues",
"files": [
"dist/"
],
"exports": {
"./*": "./dist/*"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"scripts": {
"lint": "eslint src",
"test": "jest src",
"typecheck": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn build",
"release": "semantic-release"
},
"keywords": [
"xswapprotocol",
"xdc"
],
"license": "GPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@x-swap-protocol/sdk-core": "^1.0.1",
"@walletconnect/ethereum-provider-v1": "npm:@walletconnect/ethereum-provider@^1.8.0",
"@walletconnect/ethereum-provider-v2": "npm:@walletconnect/ethereum-provider@^2.4.6",
"babel-jest": "^29.3.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^5.6.1",
"jest": "^29.3.0",
"prettier": "^2.2.1",
"react": "^18.2.0",
"semantic-release": "^19.0.2",
"typescript": "^4.4.3"
},
"peerDependencies": {
"@x-swap-protocol/sdk-core": ">=1.0.1",
"ethers": "^5.6.1"
}
}