UNPKG

@river-build/dlog

Version:

Includes logging and a few other catchall items

43 lines (42 loc) 1.27 kB
{ "name": "@river-build/dlog", "version": "0.0.189", "packageManager": "yarn@3.8.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "cb": "yarn clean && yarn build", "clean": "rm -rf dist", "lint": "yarn eslint --format unix ./src", "lint:fix": "yarn lint --fix", "test": "vitest run", "test:watch": "vitest --watch", "test:ci": "yarn test", "test:debug": "DEBUG=test yarn test", "watch": "tsc --watch" }, "dependencies": { "@bufbuild/protobuf": "^2.2.2", "@river-build/proto": "^0.0.189", "browser-or-node": "^3.0.0", "debug": "^4.3.4", "ethereum-cryptography": "^1.2.0" }, "devDependencies": { "@types/debug": "^4.1.8", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^7.14.1", "eslint": "^8.53.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "ts-node": "^10.9.1", "typescript": "^5.1.6", "vitest": "3.0.5" }, "files": [ "/dist" ], "gitHead": "8c4a8e30ab96fbc00daee5a072a7312b0a63aff0" }