UNPKG

foundry-rpc

Version:
58 lines (57 loc) 1.53 kB
{ "name": "foundry-rpc", "version": "0.1.2", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/CodeChain-io/foundry-rpc-js.git" }, "description": "A thin wrapper of Foundry RPC", "author": "CodeChain Team <codechain@kodebox.io>", "license": "ISC", "private": false, "engines": { "node": ">=8" }, "scripts": { "prepack": "yarn build", "build": "tsc -p .", "fmt": "prettier {src,e2e}/**/*.ts --write --print-width 120 && tslint -p . --fix", "lint": "tslint -p . && prettier {src,e2e}/**/*.ts -l --print-width 120", "test": "mocha -r ts-node/register --timeout 5000 e2e/**/*.test.ts" }, "files": [ "build" ], "devDependencies": { "@types/chai": "^4.1.7", "@types/chai-as-promised": "^7.1.0", "@types/elliptic": "^6.4.8", "@types/lodash": "^4.14.133", "@types/mocha": "^5.2.7", "@types/node": "^12.0.4", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "elliptic": "^6.4.1", "eslint": "^5.16.0", "lodash": "^4.17.11", "mocha": "^6.1.4", "prettier": "^1.17.1", "ts-node": "^8.2.0", "tslint": "^5.17.0", "typescript": "^3.5.1" }, "dependencies": { "@types/node-fetch": "^2.3.4", "node-fetch": "^2.6.0" }, "bugs": { "url": "https://github.com/CodeChain-io/foundry-rpc-js/issues" }, "homepage": "https://github.com/CodeChain-io/foundry-rpc-js#readme", "keywords": [ "CodeChain", "Foundry" ] }