UNPKG

@ethers-ancillary/exchain

Version:

An ethers-compatible provider for OKExChain.

55 lines (54 loc) 1.95 kB
{ "author": "Richard Moore <me@ricmoo.com>", "dependencies": { "@okexchain/amino-js": "^0.1.3", "ethers": "^5.5.1" }, "description": "An ethers-compatible provider for OKExChain.", "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "13.0.4", "@types/mocha": "^9.0.0", "@types/node": "^16.11.7", "mocha": "^9.1.3", "reticulate": "^0.0.6", "rollup": "^2.52.7", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.3.5" }, "gitHead": "11fe26fb6c558c71ec203991e7c835f2c659eaf6", "jsnext:main": "./lib.esnext/index.js", "keywords": [ "okexchain", "exchain", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethers-ancillary/exchain", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ancillary-exchain.git" }, "scripts": { "auto-build": "npm run build -- -w", "build": "tsc --build ./tsconfig.json", "build-all": "npm run dump-version && npm run build-cjs && npm run build-esnext && npm run build-esm && npm run dist", "build-cjs": "tsc -p tsconfig.json --outDir lib -t es3 -m commonjs", "build-esm": "tsc -p tsconfig.json --outDir lib.esm -t es2015 -m es2015", "build-esnext": "tsc -p tsconfig.json --outDir lib.esnext -t es2015 -m commonjs", "clean": "rm -rf package-lock.json lib/ lib.esm/ lib.esnext/", "dist": "rollup -c rollup.config.js", "dump-version": "node -p 'const p = JSON.parse(fs.readFileSync(\"package.json\")); (`export const version = \"${ p.name }@${ p.version}\";`)' > ./src.ts/_version.ts", "test": "npx mocha lib/*.tests.js" }, "sideEffects": false, "tarballHash": "0x87279e494991584629d9091162b7bd5848c26053872a0db06f72fe4f3e160f86", "types": "./lib/index.d.ts", "version": "0.0.3" }