{ "name": "@proj-airi/utils-transformers", "type": "module", "private": true, "description": "Utility functions and types for Transformers.js", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/moeru-ai/airi.git", "directory": "packages/utils-transformers" }, "exports": { "./types": { "types": "./dist/types/index.d.ts" } }, "types": "./dist/types/index.d.ts", "files": [ "README.md", "dist", "package.json" ], "scripts": { "dev": "pnpm run stub", "stub": "unbuild --stub", "build": "unbuild", "typecheck": "tsc --noEmit" }, "dependencies": { "@huggingface/transformers": "^3.4.1", "onnxruntime-common": "^1.21.0" }, "devDependencies": { "@iconify-json/simple-icons": "^1.2.30" } }