ethers.js/packages/tests/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
2019-11-23 15:15:06 +03:00
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"dependencies": {
2021-06-24 09:13:06 +03:00
"@ethersproject/cli": "^5.4.0",
"@ethersproject/testcases": "^5.4.0",
2019-05-15 01:25:46 +03:00
"@types/mocha": "^5.2.0",
2021-06-24 09:13:06 +03:00
"ethers": "^5.4.0"
2019-05-15 01:25:46 +03:00
},
2019-11-23 15:15:06 +03:00
"description": "Testing package for ethers.",
"ethereum": "donations.ethers.eth",
2020-11-24 03:23:11 +03:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
2019-11-23 15:15:06 +03:00
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/tests",
2019-05-15 01:25:46 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/tests",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
2019-11-23 15:15:06 +03:00
"scripts": {
"test": "exit 1"
},
2021-07-24 00:24:05 +03:00
"tarballHash": "0x3e8ba9fe8920d2e0860c6ca7427d493353aabebae6f6574e81586a3d4b59154d",
"types": "./lib/index.d.ts",
2021-07-23 09:21:24 +03:00
"version": "5.4.2"
2019-05-15 01:25:46 +03:00
}