1 2 3 4 5 6 7 8 9 10 11 12
{ "name": "kache-workflow-tests", "private": true, "type": "module", "scripts": { "test": "node workflow-policy.mjs ../.. && node --test workflow-policy.test.mjs" }, "devDependencies": { "@actions/expressions": "0.3.61", "yaml": "2.9.0" } }