mirror of
				https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
				synced 2024-07-29 21:57:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "author": "Richard Moore <me@ricmoo.com>",
 | 
						|
  "dependencies": {
 | 
						|
    "@ethersproject/bytes": "^5.6.1",
 | 
						|
    "@ethersproject/constants": "^5.6.1",
 | 
						|
    "@ethersproject/logger": "^5.6.0"
 | 
						|
  },
 | 
						|
  "description": "String utility functions.",
 | 
						|
  "ethereum": "donations.ethers.eth",
 | 
						|
  "funding": [
 | 
						|
    {
 | 
						|
      "type": "individual",
 | 
						|
      "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "individual",
 | 
						|
      "url": "https://www.buymeacoffee.com/ricmoo"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "gitHead": "a71f51825571d1ea0fa997c1352d5b4d85643416",
 | 
						|
  "keywords": [
 | 
						|
    "Ethereum",
 | 
						|
    "ethers",
 | 
						|
    "strings",
 | 
						|
    "utf8"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "main": "./lib/index.js",
 | 
						|
  "module": "./lib.esm/index.js",
 | 
						|
  "name": "@ethersproject/strings",
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "directory": "packages/strings",
 | 
						|
    "type": "git",
 | 
						|
    "url": "git://github.com/ethers-io/ethers.js.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
						|
  },
 | 
						|
  "sideEffects": false,
 | 
						|
  "tarballHash": "0x22b21b0a12be2e52a3203ac29deb855bc43431e8987198c2193109327fd5c51b",
 | 
						|
  "types": "./lib/index.d.ts",
 | 
						|
  "version": "5.6.1"
 | 
						|
}
 |