Files
open-web-agent-rs/packages/genaiscript-rust-shim/package.json
geoffsee eed180fdf2 Rename project to "open-web-agent-rs" across all files
Updated project name from "web-agent-rs" to "open-web-agent-rs" in configuration files, documentation, and source code. This change ensures consistency across the project and reflects the new naming convention. Removed unused entries from `.gitignore` and adjusted Docker commands accordingly.
2025-05-27 15:23:07 -04:00

20 lines
587 B
JSON

{
"name": "@open-web-agent-rs/genaiscript-rust-shim",
"module": "index.ts",
"private": true,
"type": "module",
"scripts": {
"buildShim": "esbuild genaiscript-rust-shim.ts --bundle --format=esm --packages=external --outdir=dist --platform=node && chmod +x dist/genaiscript-rust-shim.js",
"setupDev": "cp dist/genaiscript-rust-shim.js ../../dist/genaiscript-rust-shim.js"
},
"devDependencies": {
"@types/bun": "latest",
"minimist": "^1.2.8",
"genaiscript": "^1.95.1",
"esbuild": "^0.24.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}