oimi-helper
Version:
this is a helper for ffandown
37 lines (36 loc) • 802 B
JSON
{
"name": "oimi-helper",
"version": "1.4.1",
"description": "this is a helper for ffandown",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"test": "nodemon test.js"
},
"keywords": [
"ffandown",
"ffmpeg",
"download"
],
"author": "helsonlin",
"license": "MIT",
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0"
},
"dependencies": {
"dotenv": "^16.4.5",
"download": "^8.0.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"lodash.throttle": "^4.1.1",
"npmlog": "^7.0.1",
"ora": "^8.1.1",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.6",
"uuid": "11.0.3"
}
}