add package file for tests
Security Scan / Security Audit (push) Successful in 10m4s

This commit is contained in:
2025-12-11 17:41:50 -08:00
parent 7aa475ad74
commit fc81f30682
3 changed files with 39 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "actions-sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.24.0",
"dependencies": {
"@nhcarrigan/logger": "1.1.1"
}
}