Files
gpac/share/nodejs/package.json
jeanlf 84fc58921b Added NodeJS binding for FilterSession and FileIO and related fixes:
- removed gf_fs_run_step API, use gf_fs_run instead
- alow custom filter flags (main thraed only for now)
- rework dynamic scheduling on main thread for filters and user tasks
- added FileIO main thread tagging
- fixed potential multi-thread bug ending session too early
2022-01-13 17:36:02 +01:00

24 lines
485 B
JSON

{
"name": "gpac",
"version": "1.1.0",
"description": "gpac native module for node.js",
"homepage": "https://gpac.io",
"author": "jeanlf",
"license": "LGPL 2.1",
"repository": {
"type": "git",
"url": "https://github.com/gpac/gpac.git"
},
"bugs": {
"url": "https://github.com/gpac/gpac/issues"
},
"main": "index.js",
"scripts": {
"test": "node test/gpac.js"
},
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^2.0.0"
}
}