UNPKG

@am92/kms

Version:
63 lines (62 loc) 1.76 kB
{ "name": "@am92/kms", "version": "3.0.4", "description": "Key Management Service", "sideEffects": false, "types": "dist/index.d.ts", "module": "dist/index.js", "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "compile": "tsc", "build:clean": "rm -rf ./dist", "build": "npm-run-all build:clean compile", "test": "echo 'Error: no test specified'", "preversion": "npm-run-all build test", "version": "npm-run-all generate:docs commit:docs", "postversion": "git push && git push --tags", "generate:docs": "npx compodoc -p tsconfig.json", "commit:docs": "git add docs && git commit -m 'Docs Updated'", "release:prerelease": "npm version prerelease --preid=beta && npm publish --tag beta", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish" }, "repository": "git@github.com:heliumtank92/am92-kms.git", "homepage": "https://heliumtank92.github.io/am92-kms", "dependencies": { "@aws-sdk/client-kms": "~3.1010.0" }, "devDependencies": { "@compodoc/compodoc": "~1.1.26", "@types/node": "~22.14.1", "npm-run-all": "~4.1.5", "typescript": "~5.8.3" }, "contributors": [ { "name": "Ankit Gandhi", "email": "ankitgandhi452@gmail.com", "url": "https://github.com/ankitgandhi452" }, { "name": "Mehul Agarwal", "email": "agarwalmehul92@gmail.com", "url": "https://github.com/agarwalmehul" } ], "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "kms", "key", "aws kms", "key manager", "key manager service" ] }