@semantest/typescript-client
Version:
TypeScript client SDK for ChatGPT-buddy - AI automation client library
56 lines • 1.37 kB
JSON
{
"name": "@semantest/typescript-client",
"version": "2.0.0",
"description": "TypeScript client SDK for ChatGPT-buddy - AI automation client library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"test:watch": "jest --watch",
"lint:fix": "eslint src/**/*.ts --fix",
"clean": "rimraf dist"
},
"keywords": [
"chatgpt",
"ai-automation",
"client-sdk",
"web-buddy",
"typescript",
"event-driven",
"intelligent-automation"
],
"author": "rydnr",
"license": "GPL-3.0",
"dependencies": {
"axios": "^1.7.2",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/ws": "^8.5.10",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/semantest/typescript.client.git",
"directory": "client"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"bugs": {
"url": "https://github.com/semantest/typescript.client/issues"
},
"homepage": "https://github.com/semantest/typescript.client"
}