@am92/kms
Version:
Key Management Service
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "@am92/kms",
"version": "3.0.3",
"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 && npm run publish:pkg",
"publish:pkg": "npm publish",
"generate:docs": "npx compodoc -p tsconfig.json",
"commit:docs": "git add docs && git commit -m 'Docs Updated'"
},
"repository": "git@github.com:heliumtank92/am92-kms.git",
"homepage": "https://heliumtank92.github.io/am92-kms",
"dependencies": {
"@aws-sdk/client-kms": "~3.787.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"
]
}