UNPKG

@truffle/dashboard-message-bus-common

Version:

Message types that are used when communicating with the Truffle dashboard message bus

40 lines (39 loc) 1.05 kB
{ "name": "@truffle/dashboard-message-bus-common", "version": "0.1.7", "description": "Message types that are used when communicating with the Truffle dashboard message bus", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "directories": { "dist": "dist" }, "scripts": { "build": "tsc", "prepare": "yarn build" }, "repository": { "type": "git", "url": "https://github.com/trufflesuite/truffle.git", "directory": "packages/dashboard-message-bus-common" }, "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/dashboard-message-bus-common#readme", "bugs": { "url": "https://github.com/trufflesuite/truffle/issues" }, "author": "Rosco Kalis <roscokalis@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "~12.12.0", "typescript": "^4.9.5" }, "engines": { "node": "^16.20 || ^18.16 || >=20" }, "gitHead": "033fc64fcdf91ceef61100938d7ffbd53b63eee5" }