mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
* Remove code formatting workflows and related configuration files * Remove formatting instructions from README * Add plugin validator * Add workflow * Limit workflow to plugins/themes directories
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "stash-script-validator",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"main": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "7",
|
|
"ajv-formats": "^3.0.1",
|
|
"better-ajv-errors": "^1.2.0",
|
|
"chalk": "4",
|
|
"yaml": "^2.5.1"
|
|
}
|
|
} |