CommunityScripts/package.json
WithoutPants 6664747041
Revert "integrate stash-plugin-builder (#244)" (#262)
This reverts commit 6e873b936dc947ec38f31800cbe00c761056f959.
2024-02-23 07:51:24 +11:00

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"
}
}