yazi/scripts/validate-form/package.json
2025-02-21 20:07:34 +08:00

12 lines
225 B
JSON

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