mirror of
https://github.com/facefusion/facefusion-pinokio.git
synced 2026-04-30 14:37:47 +02:00
17 lines
309 B
JSON
17 lines
309 B
JSON
{
|
|
"name": "facefusion-pinokio",
|
|
"description": "Next generation face swapper and enhancer",
|
|
"version": "2.4.0",
|
|
"license": "MIT",
|
|
"devDependencies":
|
|
{
|
|
"@isnotdefined/eslint-config": "9.8.0",
|
|
"eslint": "8.56.0"
|
|
},
|
|
"scripts":
|
|
{
|
|
"lint": "eslint . --ext .js",
|
|
"fix": "npm run lint -- --fix"
|
|
}
|
|
}
|