frameflow
Version:
Audio/Video stream processing library for JavaScript world
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "frameflow",
"version": "0.3.6",
"description": "Audio/Video stream processing library for JavaScript world",
"main": "./dist/frameflow.min.js",
"homepage": "https://github.com/carsondb/frameflow",
"url": "https://github.com/carsondb/frameflow/issues",
"email": "carsonrundb@gmail.com",
"types": "./dist/main.d.ts",
"files": [
"dist"
],
"directories": {
"example": "examples"
},
"scripts": {
"start": "webpack serve --open --mode development",
"build": "webpack --mode production",
"prepublishOnly": "npm run build",
"test": "jest --coverage"
},
"author": "carsonDB",
"license": "LGPL",
"dependencies": {
"mime": "^3.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/dom-webcodecs": "^0.1.5",
"@types/emscripten": "^1.39.6",
"@types/node": "^22.15.21",
"@types/uuid": "^9.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.2",
"terser-webpack-plugin": "^5.3.6",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.7.4",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"worker-loader": "^3.0.8"
}
}