150 lines
5.6 KiB
JSON
150 lines
5.6 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": {
|
|
"./lib.esm/crypto/crypto.js": "./lib.esm/crypto/crypto-browser.js",
|
|
"./lib.esm/providers/provider-ipcsocket.js": "./lib.esm/providers/provider-ipcsocket-browser.js",
|
|
"./lib.esm/providers/ws.js": "./lib.esm/providers/ws-browser.js",
|
|
"./lib.esm/utils/base64.js": "./lib.esm/utils/base64-browser.js",
|
|
"./lib.esm/utils/geturl.js": "./lib.esm/utils/geturl-browser.js",
|
|
"./lib.esm/wordlists/wordlists.js": "./lib.esm/wordlists/wordlists-browser.js",
|
|
"@adraffy/ens-normalize": "@adraffy/ens-normalize/xnf"
|
|
},
|
|
"dependencies": {
|
|
"@adraffy/ens-normalize": "1.8.9",
|
|
"@noble/hashes": "1.1.2",
|
|
"@noble/secp256k1": "1.7.1",
|
|
"aes-js": "4.0.0-beta.3",
|
|
"tslib": "2.4.0",
|
|
"ws": "8.5.0"
|
|
},
|
|
"description": "A complete and compact Ethereum library, for dapps, wallets and any other tools.",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
"@types/mocha": "9.1.1",
|
|
"@types/semver": "7.3.12",
|
|
"c8": "7.12.0",
|
|
"mocha": "10.0.0",
|
|
"rollup": "2.78.1",
|
|
"semver": "7.3.7",
|
|
"typescript": "4.9.5",
|
|
"uglify-js": "3.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"ethereum": "donations.ethers.eth",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib.esm/index.js",
|
|
"require": "./lib.commonjs/index.js",
|
|
"types": "./types/index.d.ts"
|
|
},
|
|
"./abi": {
|
|
"types": "./types/abi/index.d.ts",
|
|
"import": "./lib.esm/abi/index.js",
|
|
"require": "./lib.commonjs/abi/index.js"
|
|
},
|
|
"./address": {
|
|
"types": "./types/address/index.d.ts",
|
|
"import": "./lib.esm/address/index.js",
|
|
"require": "./lib.commonjs/address/index.js"
|
|
},
|
|
"./constants": {
|
|
"types": "./types/constants/index.d.ts",
|
|
"import": "./lib.esm/constants/index.js",
|
|
"require": "./lib.commonjs/constants/index.js"
|
|
},
|
|
"./contract": {
|
|
"types": "./types/contract/index.d.ts",
|
|
"import": "./lib.esm/contract/index.js",
|
|
"require": "./lib.commonjs/contract/index.js"
|
|
},
|
|
"./crypto": {
|
|
"types": "./types/crypto/index.d.ts",
|
|
"import": "./lib.esm/crypto/index.js",
|
|
"require": "./lib.commonjs/crypto/index.js"
|
|
},
|
|
"./hash": {
|
|
"types": "./types/hash/index.d.ts",
|
|
"import": "./lib.esm/hash/index.js",
|
|
"require": "./lib.commonjs/hash/index.js"
|
|
},
|
|
"./providers": {
|
|
"types": "./types/providers/index.d.ts",
|
|
"import": "./lib.esm/providers/index.js",
|
|
"require": "./lib.commonjs/providers/index.js"
|
|
},
|
|
"./transaction": {
|
|
"types": "./types/transaction/index.d.ts",
|
|
"import": "./lib.esm/transaction/index.js",
|
|
"require": "./lib.commonjs/transaction/index.js"
|
|
},
|
|
"./utils": {
|
|
"types": "./types/utils/index.d.ts",
|
|
"import": "./lib.esm/utils/index.js",
|
|
"require": "./lib.commonjs/utils/index.js"
|
|
},
|
|
"./wallet": {
|
|
"types": "./types/wallet/index.d.ts",
|
|
"import": "./lib.esm/wallet/index.js",
|
|
"require": "./lib.commonjs/wallet/index.js"
|
|
},
|
|
"./wordlists": {
|
|
"types": "./types/wordlists/index.d.ts",
|
|
"import": "./lib.esm/wordlists/index.js",
|
|
"require": "./lib.commonjs/wordlists/index.js"
|
|
}
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/ethers-io/"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"gitHead": "20bbd1281911d31b360f6f5032251c9257943541",
|
|
"homepage": "https://ethers.org",
|
|
"keywords": [
|
|
"ethereum",
|
|
"ethers",
|
|
"ethersjs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib.commonjs/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "ethers",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"_build-dist": "rollup -c && uglifyjs ./dist/ethers.js -o ./dist/ethers.min.js && uglifyjs ./dist/ethers.umd.js -o ./dist/ethers.umd.min.js && uglifyjs ./dist/wordlists-extra.js -o ./dist/wordlists-extra.min.js && cp ./output/post-build/dist/* ./dist/",
|
|
"_dist-stats": "gzip -k9f -S '.gz' ./dist/ethers.min.js && gzip -k9f -S '.gz' ./dist/ethers.umd.min.js && gzip -k9f -S '.gz' ./dist/wordlists-extra.min.js && du -hs ./dist/*.gz && echo '' && du -hs ./dist/*.js",
|
|
"auto-build": "npm run build -- -w",
|
|
"build": "tsc --project tsconfig.esm.json",
|
|
"build-all": "npm run build && cp ./output/post-build/lib.esm/* ./lib.esm/ && npm run build-commonjs && npm run build-types",
|
|
"build-clean": "npm run clean && npm run build && node lib.esm/_admin/update-version.js && node lib.esm/_admin/update-changelog.js && npm run build-all && npm run _build-dist && npm run _dist-stats",
|
|
"build-commonjs": "tsc --project tsconfig.commonjs.json && cp ./output/post-build/lib.commonjs/* ./lib.commonjs/",
|
|
"build-dist": "npm run build && npm run _build-dist && npm run _dist-stats",
|
|
"build-docs": "echo 'foo'",
|
|
"build-types": "tsc --project tsconfig.types.json && cp ./output/post-build/types/* ./types/",
|
|
"clean": "rm -rf dist lib.esm lib.commonjs types",
|
|
"stats": "echo 'Dependencies' && npm ls --all --omit=dev",
|
|
"test": "npm run test-esm",
|
|
"test-commonjs": "mocha --reporter ./reporter.cjs ./lib.commonjs/_tests/test-*.js",
|
|
"test-coverage": "c8 -o output -r lcov -r text mocha --no-color --reporter ./reporter.cjs ./lib.esm/_tests/test-*.js | tee output/summary.txt",
|
|
"test-esm": "mocha --reporter ./reporter.cjs ./lib.esm/_tests/test-*.js"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"types": "./types/index.d.ts",
|
|
"version": "6.0.8"
|
|
}
|