tune-basic-toolset
Version:
Basic toolset for tune
40 lines (39 loc) • 754 B
JSON
{
"name": "tune-basic-toolset",
"version": "0.1.18",
"description": "Basic toolset 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",
"tools",
"tune"
],
"author": "Ilya Ovdin <iovdin@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/iovdin/tune-basic-toolset"
},
"license": "MIT",
"peerDependencies": {
"tune-fs": "latest",
"tune-sdk": "latest"
},
"devDependencies": {
"tune-fs": "latest",
"tune-sdk": "latest"
},
"dependencies": {
"escodegen": "^2.1.0",
"esprima": "^4.0.1"
}
}