initial commit

This commit is contained in:
Hitesh Borase
2026-01-07 10:20:44 +05:30
parent 78eb0d41b4
commit 19d87f527a
7 changed files with 782 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "harness_keeper_plugin",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@keeper-security/secrets-manager-core": "^17.3.0"
}
}