UNPKG

colloai-media-processor

Version:

ColloAI Media Processor: AI-powered JavaScript library for real-time video and audio enhancement in web applications.

77 lines (76 loc) 2.08 kB
{ "name": "colloai-media-processor", "version": "1.0.1", "private": false, "description": "ColloAI Media Processor: AI-powered JavaScript library for real-time video and audio enhancement in web applications.", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "vite build", "dev": "vite", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.js", "format": "prettier --write src/**/*.js", "docs": "jsdoc -c jsdoc.json", "demo": "vite demo", "demo:build": "vite build demo", "serve-demo": "npx serve demo", "preview": "vite preview" }, "keywords": [ "ai", "media", "audio", "video", "enhancement", "noise-suppression", "background-blur", "color-correction", "webrtc", "webgl", "tensorflow" ], "author": "ibxbit <https://github.com/ibxbit>", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.0", "eslint": "^8.50.0", "jest": "^29.7.0", "prettier": "^3.0.0", "rollup": "^3.28.0", "serve": "^14.2.4", "vite": "^4.4.0", "@vitejs/plugin-react": "^4.0.0" }, "dependencies": { "@tensorflow-models/body-pix": "^2.2.0", "@tensorflow/tfjs": "^4.10.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3" }, "peerDependencies": { "@tensorflow/tfjs": "^4.10.0" }, "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/ibxbit/Ai-POWERD-MEDIA-PROCESSOR.git" }, "bugs": { "url": "https://github.com/ibxbit/Ai-POWERD-MEDIA-PROCESSOR/issues" }, "homepage": "https://github.com/ibxbit/Ai-POWERD-MEDIA-PROCESSOR#readme" }