1 Star 0 Fork 14

chinafeng/ffcreator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
drawcall 提交于 2020-11-03 15:15 . feat: 更新版本v1.2.6
{
"name": "ffcreator",
"version": "1.2.6",
"description": "FFCreator is a lightweight and flexible short video production library",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./lib --ext .js",
"travis": "npm run lint",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"examples": "node ./examples/",
"doc": "docsify serve ./docs"
},
"repository": "koajs/koa",
"keywords": [
"video",
"nodejs",
"video_production"
],
"license": "MIT",
"dependencies": {
"@tweenjs/tween.js": "18.5.0",
"browser-or-node": "^1.3.0",
"colors": "^1.4.0",
"ffmpeg-probe": "^1.0.6",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.0.1",
"gl": "4.6.1",
"gl-buffer": "^2.1.2",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transitions": "^1.43.0",
"left-pad": "^1.3.0",
"lodash": "^4.17.20",
"ndarray": "^1.0.19",
"node-canvas-webgl": "0.2.6",
"rmfr": "^2.0.0",
"spritejs": "3.7.25",
"tempy": "^0.7.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"inquirer": "^7.3.3",
"jest": "^26.5.2",
"keypress": "^0.2.1"
},
"files": [
"dist",
"lib"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/feng2008/ffcreator.git
git@gitee.com:feng2008/ffcreator.git
feng2008
ffcreator
ffcreator
master

搜索帮助