UNPKG

rivet-intermediate-output

Version:

A Rivet plugin for capturing and displaying intermediate outputs for debugging and analysis

67 lines (66 loc) 1.58 kB
{ "name": "rivet-intermediate-output", "version": "0.0.8", "description": "A Rivet plugin for capturing and displaying intermediate outputs for debugging and analysis", "type": "module", "main": "dist/bundle.js", "types": "dist/index.d.ts", "engines": { "node": ">=16.0.0" }, "author": { "name": "Suhail Ak", "url": "https://github.com/suhail-ak-s" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/suhail-ak-s/rivet-plugin.git" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "rivet", "rivet-plugin", "debug", "intermediate-output", "development-tools", "node", "nodejs" ], "scripts": { "build": "tsc -b && tsx bundle.ts", "dev": "run-p watch:tsc watch:esbuild:sync", "watch:tsc": "tsc -b -w --preserveWatchOutput", "watch:esbuild": "tsx bundle.ts --watch", "watch:esbuild:sync": "tsx bundle.ts --watch --sync", "prepublishOnly": "yarn build", "publish:npm": "npm publish --access public" }, "dependencies": { "@ironclad/rivet-core": "^1.20.1", "@ironclad/rivet-node": "^1.20.1", "yaml": "^2.7.0" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "esbuild": "^0.24.2", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "recursive-copy": "^2.0.14", "ts-jest": "^29.2.5", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "packageManager": "yarn@3.5.0", "volta": { "node": "20.6.1" }, "rivet": { "skipInstall": true } }