created github actions workflow

This commit is contained in:
Hitesh Borase
2026-01-20 14:48:25 +05:30
parent 973e6898c7
commit 8cc1496644
5 changed files with 344 additions and 11 deletions
+6 -1
View File
@@ -6,7 +6,9 @@
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [],
"author": "",
@@ -16,6 +18,9 @@
"@keeper-security/secrets-manager-core": "^17.3.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"jest": "^29.7.0"
}
}