keyupdateddtscript
Version:
Generate DDT2k scripts for provisionning many keys
27 lines (26 loc) • 577 B
JSON
{
"name": "keyupdateddtscript",
"version": "2.0.0",
"description": "Generate DDT2k scripts for provisionning many keys",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitlabee.dt.renault.com/mac/keyupdateddtscript.git"
},
"keywords": [
"DDT2k",
"Key",
"Provisionning",
"script"
],
"author": "Rémi COHEN SCALI <remi.cohen-scali@renault.com>",
"license": "ISC",
"dependencies": {
"json-eval": "^1.0.10",
"posix-getopt": "^1.2.1",
"she_encrypt": "^2.2.1"
}
}