rivet-plugin-mistral
Version:
Mistral AI plugin for Rivet
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "rivet-plugin-mistral",
"packageManager": "yarn@3.5.0",
"version": "0.1.10",
"description": "Mistral AI plugin for Rivet",
"license": "MIT",
"author": "Adrian Leverkuhn",
"repository": {
"type": "git",
"url": "https://github.com/mixtwerms/rivet-plugin-mistral.git"
},
"keywords": [
"rivet",
"rivet-plugin",
"mistral",
"ai",
"llm",
"language-model",
"mistral-ai"
],
"type": "module",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"rivet": {
"name": "Mistral AI",
"id": "rivet-plugin-mistral"
},
"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",
"sync": "tsx bundle.ts --sync"
},
"dependencies": {
"@ironclad/rivet-core": "^1.9.0",
"ts-pattern": "^5.0.0"
},
"devDependencies": {
"esbuild": "^0.19.2",
"npm-run-all": "^4.1.5",
"recursive-copy": "^2.0.14",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
},
"files": [
"dist",
"package.json"
]
}