UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@truffle/blockchain-utils",
3 "description": "Utilities for identifying and managing blockchains",
4 "license": "MIT",
5 "author": "Tim Coulter <tim@trufflesuite.com>",
6 "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/blockchain-utils#readme",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/trufflesuite/truffle.git",
10 "directory": "packages/blockchain-utils"
11 },
12 "bugs": {
13 "url": "https://github.com/trufflesuite/truffle/issues"
14 },
15 "version": "0.1.1",
16 "main": "dist/index.js",
17 "scripts": {
18 "build": "tsc",
19 "prepare": "yarn build",
20 "test": "mocha --exit -r ts-node/register test/**/*.test.ts"
21 },
22 "types": "./typings/index.d.ts",
23 "devDependencies": {
24 "@types/assert": "^1.4.2",
25 "@types/mocha": "^5.2.7",
26 "@types/node": "12.12.21",
27 "@types/web3": "^1.0.20",
28 "mocha": "8.1.2",
29 "ts-node": "^9.0.0",
30 "typescript": "^4.1.4"
31 },
32 "keywords": [
33 "blockchain",
34 "ethereum",
35 "truffle"
36 ],
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "125891668cab716d886b9d5e630a0b7b3295d2ac"
41}