2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/tests",
|
2019-09-08 09:46:53 +03:00
|
|
|
"version": "5.0.0-beta.139",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Testing package for ethers.",
|
2019-08-25 09:39:20 +03:00
|
|
|
"main": "./lib/index.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"browser": {
|
|
|
|
"@ethersproject/ethers": "./tests/browser-ethers.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dist-phantomjs": "browserify -g @ethersproject/testcases/scripts/browser-fs.js -s tests ./tests/browser.js -o ./dist/tests.js",
|
|
|
|
"test": "if [ \"$RUN_PHANTOMJS\" = \"1\" ]; then npm run-script test-phantomjs; else npm run-script test-node; fi",
|
|
|
|
"test-node": "mocha --no-colors --reporter tests/reporter tests/test-*.js",
|
|
|
|
"test-phantomjs": "npm run dist-phantomjs && phantomjs --web-security=false ../../node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./test.html ./tests/reporter.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 06:56:02 +03:00
|
|
|
"@ethersproject/testcases": ">=5.0.0-beta.131",
|
2019-05-15 01:25:46 +03:00
|
|
|
"@types/mocha": "^5.2.0",
|
2019-09-01 06:56:02 +03:00
|
|
|
"ethers": ">=5.0.0-beta.156",
|
2019-05-15 01:25:46 +03:00
|
|
|
"mocha-phantomjs-core": "2.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"browserify": "16.2.3",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"web3-providers-http": "1.0.0-beta.35"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-08-25 09:39:20 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2019-09-08 09:46:53 +03:00
|
|
|
"ethereum": "donations.ethers.eth",
|
|
|
|
"tarballHash": "0x8429e085c8339ad0da7db050f8c29dfbee69095fa9bd101d6371828269dc16ee"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|