UNPKG

@dvorakradek/file-checker

Version:

Search for suspicious piece of code in your files

34 lines (33 loc) 790 B
{ "name": "@dvorakradek/file-checker", "version": "1.0.2", "description": "Search for suspicious piece of code in your files", "main": "index.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "check-files": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/DvorakRadek/FileChecker.git" }, "keywords": [ "file", "checker", "suspicious", "code" ], "author": "DvorakRadek", "license": "ISC", "bugs": { "url": "https://github.com/DvorakRadek/FileChecker/issues" }, "homepage": "https://github.com/DvorakRadek/FileChecker#readme", "dependencies": { "crypto-js": "^4.2.0", "nodemailer": "^6.10.0" } }