yazi/scripts/validate-form/package.json
2025-12-17 23:00:05 +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": "^2.0.1",
"@actions/github": "^6.0.0"
}
}