@promptbook/remote-client
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "@promptbook/remote-client",
"version": "0.89.0-16",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/webgptorg/promptbook"
},
"author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"contributors": [
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
],
"keywords": [
"ai",
"llm",
"prompt",
"template",
"language-model",
"chatgpt",
"autogpt",
"machine-learning",
"natural-language-processing",
"nlp",
"openai",
"o3",
"o3-mini",
"deepseek",
"gpt-3",
"gpt-4",
"gpt-4o",
"gpt-4o-mini",
"o1",
"o1-mini",
"o1-preview",
"anthropic",
"LLMOps"
],
"license": "BUSL-1.1",
"bugs": {
"url": "https://github.com/webgptorg/promptbook/issues"
},
"homepage": "https://ptbk.io/",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"main": "./umd/index.umd.js",
"module": "./esm/index.es.js",
"typings": "./esm/typings/src/_packages/remote-client.index.d.ts",
"peerDependencies": {
"@promptbook/core": "0.89.0-16"
},
"dependencies": {
"crypto": "1.0.1",
"crypto-js": "4.2.0",
"papaparse": "5.4.1",
"socket.io-client": "4.7.2",
"spacetrim": "0.11.59"
}
}