{ "name": "@manacore/shared-gpu", "version": "1.0.0", "private": true, "description": "Client library for Mana GPU services (STT, TTS, Image Generation)", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "type-check": "tsc --noEmit" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "files": [ "dist" ] }