UNPKG

web-ai-toolkit

Version:

AI powered features on the web made easy

49 lines (48 loc) 1.2 kB
{ "name": "web-ai-toolkit", "version": "0.3.3", "repository": "https://github.com/jgw96/web-ai-toolkit", "keywords": [ "ai", "AI", "Web AI", "ONNX Runtime", "ai toolkit", "WebNN", "webnn" ], "homepage": "https://jgw96.github.io/web-ai-toolkit/", "bugs": { "url": "https://github.com/jgw96/web-ai-toolkit/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "description": "AI powered features on the web made easy", "main": "dist/index.js", "type": "module", "scripts": { "test": "vitest", "build": "vite build", "start": "npm run build && npx httpster test.html", "test:browser": "vitest --workspace=vitest.workspace.ts" }, "author": "", "license": "ISC", "devDependencies": { "@vitest/browser": "^2.1.2", "@webgpu/types": "^0.1.52", "playwright": "^1.47.2", "typescript": "^5.7.3", "vite": "^5.4.11", "vite-plugin-dts": "^4.2.2", "vitest": "^2.1.2" }, "dependencies": { "@huggingface/transformers": "^3.2.4", "@langchain/core": "^0.3.29", "@mlc-ai/web-llm": "^0.2.77", "@xenova/transformers": "^2.17.2", "langchain": "^0.3.11" } }