Files
plugin-drone-ksm/package.json
T
Hitesh Borase 1462420c40 unit testing
2026-01-15 17:55:52 +05:30

22 lines
412 B
JSON

{
"name": "harness_keeper_plugin",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@keeper-security/secrets-manager-core": "^17.3.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
}