{ "name": "@xenova/transformers", "version": "1.3.5", "description": "Run 🤗 Transformers in your browser! We currently support BERT, ALBERT, DistilBERT, MobileBERT, SqueezeBERT, T5, T5v1.1, FLAN-T5, mT5, GPT2, GPT Neo, BART, CodeGen, Whisper, CLIP, Vision Transformer, VisionEncoderDecoder, and DETR models, for a variety of tasks including: masked language modelling, text classification, zero-shot classification, text-to-text generation, translation, summarization, question answering, text generation, automatic speech recognition, image classification, zero-shot image classification, image-to-text, and object detection.", "main": "./src/transformers.js", "directories": { "test": "tests" }, "scripts": { "build": "webpack", "typegen": "tsc src/*.js --outDir dist/types --allowJs --declaration --emitDeclarationOnly", "dev": "webpack serve --no-client-overlay", "test": "node tests/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/xenova/transformers.js.git" }, "keywords": [ "transformers", "javascript", "browser", "huggingface" ], "author": "Xenova", "license": "MIT", "bugs": { "url": "https://github.com/xenova/transformers.js/issues" }, "homepage": "https://github.com/xenova/transformers.js#readme", "dependencies": { "jimp": "^0.22.7", "onnxruntime-web": "^1.14.0" }, "optionalDependencies": { "onnxruntime-node": "^1.14.0" }, "devDependencies": { "copy-webpack-plugin": "^11.0.0", "typescript": "^5.0.2", "webpack": "^5.76.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" }, "files": [ "src", "dist", "tests", "README.md", "LICENSE" ], "browser": { "fs": false, "path": false } }