You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
659 B
JSON

{
"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"
}