UNPKG

arg-services

Version:

Protobuf and gRPC definitions for microservice-based argumentation machines

54 lines (53 loc) 1.25 kB
{ "name": "arg-services", "version": "4.0.4", "description": "Protobuf and gRPC definitions for microservice-based argumentation machines", "scripts": { "dev": "vite", "build": "buf generate && tsc && vite build", "preview": "vite preview", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/recap-utr/arg-services-typescript.git" }, "author": "Mirko Lenz <info@mirko-lenz.de>", "license": "MIT", "bugs": { "url": "https://github.com/recap-utr/arg-services-typescript/issues" }, "type": "module", "files": [ "gen", "dist" ], "exports": { ".": "./dist/index.js", "./google/*": "./gen/google/*.js", "./*": "./gen/arg_services/*.js" }, "homepage": "https://github.com/recap-utr/arg-services-typescript#readme", "keywords": [ "microservices", "grpc", "protobuf", "argumentation", "graphs", "cbr", "nlp", "similarity" ], "dependencies": { "@bufbuild/protobuf": "^2", "@connectrpc/connect": "^2", "uuid": "^11" }, "devDependencies": { "@bufbuild/protoc-gen-es": "^2", "@types/node": "^22", "typescript": "^5", "vite-plugin-dts": "^4", "vite": "^6" } }