tune-fs
Version:
Filesystem middlewares for tune
37 lines (36 loc) • 681 B
JSON
{
"name": "tune-fs",
"version": "0.1.2",
"description": "Filesystem middlewares for tune",
"main": "src/index.js",
"files": [
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test/index.js",
"test:watch": "node --watch test/index.js"
},
"keywords": [
"ai",
"chat",
"filesystem",
"tools",
"tune"
],
"author": "Ilya Ovdin <iovdin@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/iovdin/tune-fs"
},
"license": "MIT",
"peerDependencies": {
"tune-sdk": "latest"
},
"devDependencies": {
"dotenv": "^17.2.1",
"memfs": "^4.36.0",
"tune-sdk": "latest"
}
}