@deepauto/ffcreatorlite
Version:
FFCreatorLite is a lightweight and flexible short video production library
51 lines (50 loc) • 1.34 kB
JSON
{
"name": "@deepauto/ffcreatorlite",
"version": "2.6.6",
"description": "FFCreatorLite is a lightweight and flexible short video production library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint ./lib --ext .js",
"travis": "npm run lint",
"examples": "node ./examples/",
"doc": "docsify serve ./docs"
},
"repository": "https://github.com/tnfe/FFCreatorLite",
"homepage": "https://tnfe.github.io/FFCreator",
"keywords": [
"video",
"nodejs",
"video_production"
],
"license": "MIT",
"dependencies": {
"events": "^3.3.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.foreach": "^4.5.0",
"lodash.isarray": "^4.0.0",
"lodash.isempty": "^4.4.0",
"lodash.isnumber": "^3.0.3",
"lodash.shuffle": "^4.2.0"
},
"devDependencies": {
"colors": "^1.4.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": "^27.2.0",
"ws": "8.18.1",
"keypress": "^0.2.1"
},
"files": [
"dist",
"lib"
]
}