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