UNPKG

1.3 kBJSONView Raw
1{
2 "author": "Richard Moore <me@ricmoo.com>",
3 "dependencies": {
4 "@ethersproject/bignumber": "^5.7.0",
5 "@ethersproject/bytes": "^5.7.0",
6 "@ethersproject/keccak256": "^5.7.0",
7 "@ethersproject/logger": "^5.7.0",
8 "@ethersproject/sha2": "^5.7.0",
9 "@ethersproject/strings": "^5.7.0"
10 },
11 "description": "Solidity coder for non-standard (tight) packing.",
12 "ethereum": "donations.ethers.eth",
13 "funding": [
14 {
15 "type": "individual",
16 "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
17 },
18 {
19 "type": "individual",
20 "url": "https://www.buymeacoffee.com/ricmoo"
21 }
22 ],
23 "gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
24 "keywords": [
25 "Ethereum",
26 "ethers"
27 ],
28 "license": "MIT",
29 "main": "./lib/index.js",
30 "module": "./lib.esm/index.js",
31 "name": "@ethersproject/solidity",
32 "publishConfig": {
33 "access": "public"
34 },
35 "repository": {
36 "directory": "packages/solidity",
37 "type": "git",
38 "url": "git://github.com/ethers-io/ethers.js.git"
39 },
40 "scripts": {
41 "test": "echo \"Error: no test specified\" && exit 1"
42 },
43 "sideEffects": false,
44 "tarballHash": "0x75a79894ba701f9d0f631c861579808118e58b2127b0256100c2e2da169ea759",
45 "types": "./lib/index.d.ts",
46 "version": "5.7.0"
47}