@robotti.io/escrypt
Version:
Enterprise Secret Encryptor
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@robotti.io/escrypt",
"version": "0.0.3",
"description": "Enterprise Secret Encryptor",
"homepage": "https://gitlab.com/robotti.io/escrypt#readme",
"bugs": "https://gitlab.com/robotti.io/escrypt/-/issues",
"main": "escrypt.js",
"scripts": {
"test": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false"
},
"keywords": [
"ESCrypt",
"Encryption",
"Secrets",
"Encryptor",
"Cryptor"
],
"contributors": [
{
"name": "Jay Simmons",
"email": "Jay@robotti.io",
"url": "https://robotti.io"
}
],
"repository": {
"type": "git",
"url": "https://gitlab.com/robotti.io/escrypt.git"
},
"license": "ISC",
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.0.1",
"jest": "^29.0.1",
"jest-junit": "^14.0.1"
},
"dependencies": {
"jsonschema": "^1.4.0",
"path": "^0.12.7"
}
}