Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@sushiswap/furo / package.json
Size: Mime:
{
  "name": "@sushiswap/furo",
  "version": "0.0.0",
  "private": true,
  "description": "SushiXSwap",
  "keywords": [
    "sushixswap",
    "cross-chain swaps"
  ],
  "homepage": "https://github.com/sushiswap/sushiswap/protocols/furo#readme",
  "bugs": {
    "url": "https://github.com/sushiswap/sushiswap/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sushiswap/sushiswap.git",
    "directory": "protocols/furo"
  },
  "license": "MIT",
  "author": "Sarang",
  "files": [
    "artifacts",
    "contracts",
    "deploy",
    "deployments",
    "exports",
    "typechain"
  ],
  "devDependencies": {
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
    "@nomiclabs/hardhat-etherscan": "^3.1.0",
    "@openzeppelin/contracts": "^4.6.0",
    "@rari-capital/solmate": "6.2.0",
    "@sushiswap/bentobox": "0.5.0",
    "@sushiswap/chain": "0.1.0",
    "@sushiswap/core": "^1.4.2",
    "@sushiswap/core-sdk": "1.0.0-canary.110",
    "@sushiswap/currency": "0.0.3",
    "@sushiswap/eslint-config": "0.1.1",
    "@sushiswap/hardhat-config": "0.1.1",
    "@sushiswap/jest-config": "0.1.0",
    "@sushiswap/prettier-config": "0.1.1",
    "@sushiswap/stargate": "0.1.0",
    "@sushiswap/sushiswap": "0.1.0",
    "@sushiswap/typescript-config": "0.1.0",
    "@tenderly/hardhat-tenderly": "^1.0.13",
    "@types/node": "^17.0.33",
    "ethers": "^5.7.0",
    "eslint": "^8.20.0",
    "hardhat": "^2.10.1",
    "hardhat-deploy": "^0.11.10",
    "ts-node": "^10.7.0",
    "typescript": "4.8.2"
  },
  "peerDependencies": {
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "ethers": "^5.7.0"
  },
  "scripts": {
    "build": "TS_NODE_TRANSPILE_ONLY=1 hardhat compile",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf artifacts && rm -rf cache && rm -rf exports && rm -rf typechain",
    "export": "hardhat export --export-all exports.json",
    "node": "hardhat node"
  }
}