yazi/scripts/validate-form/package.json
2026-04-16 17:05:46 +08:00

12 lines
224 B
JSON

{
"name": "validate-form",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.1.0"
}
}