{ "dependencies": { "aes-js": "^3.1.2", "axios": "^0.21.1", "node-crc": "^1.3.0", "yargs": "^17.6.2" }, "name": "boskrypt", "description": "BOSkrypt implementation in NodeJS", "version": "1.0.0", "main": "index.js", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/catSIXe/boskrypt.git" }, "keywords": [ "boskrypt" ], "author": "catSIXe", "license": "ISC", "bugs": { "url": "https://github.com/catSIXe/boskrypt/issues" }, "homepage": "https://github.com/catSIXe/boskrypt#readme" }