deployphp/package.json

13 lines
182 B
JSON
Raw Normal View History

2020-11-10 23:03:10 +01:00
{
"private": true,
2023-01-10 16:31:58 +01:00
"type": "module",
2020-11-10 23:03:10 +01:00
"dependencies": {
2023-01-10 15:46:25 +01:00
"@actions/core": "^1.10.0",
2024-06-30 13:37:14 +02:00
"js-yaml": "^4.1.0",
2023-03-28 17:15:22 +02:00
"zx": "^7.2.1"
2021-10-15 22:41:21 +02:00
},
"engines": {
2023-01-10 15:46:25 +01:00
"node": ">=16"
2020-11-10 23:03:10 +01:00
}
}