deployphp/package.json

12 lines
157 B
JSON
Raw Permalink Normal View History

2020-11-10 22:03:10 +00:00
{
"private": true,
2023-01-10 15:31:58 +00:00
"type": "module",
2020-11-10 22:03:10 +00:00
"dependencies": {
2023-01-10 14:46:25 +00:00
"@actions/core": "^1.10.0",
2023-03-28 15:15:22 +00:00
"zx": "^7.2.1"
2021-10-15 20:41:21 +00:00
},
"engines": {
2023-01-10 14:46:25 +00:00
"node": ">=16"
2020-11-10 22:03:10 +00:00
}
}