DogmaDragon c414e47c20
Add plugin schema validator workflow (#505)
* Remove code formatting workflows and related configuration files

* Remove formatting instructions from README

* Add plugin validator

* Add workflow

* Limit workflow to plugins/themes directories
2025-02-21 02:48:53 +02:00

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