mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 04:45:09 -06:00
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"name": "community-scripts",
|
|
"description": "This repository contains plugin and utility scripts created by the Stash community and hosted on the official GitHub repo.",
|
|
"license": "AGPL-3.0-only",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format-py": "black --exclude=\"3rd party\" ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.2.5"
|
|
}
|
|
}
|