X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;fp=package.json;h=93016f6906374c3ece74cfa3e309397391f95ecb;hb=2207e51e71606cbd1b4e3a688d450a79853dc8e9;hp=0000000000000000000000000000000000000000;hpb=2fdc701c2749c8d2817502c750f1011e99e21cc1;p=squeep-totp diff --git a/package.json b/package.json new file mode 100644 index 0000000..93016f6 --- /dev/null +++ b/package.json @@ -0,0 +1,34 @@ +{ + "name": "@squeep/totp", + "version": "1.0.0", + "description": "A minimal TOTP/HOTP helper.", + "main": "index.js", + "scripts": { + "coverage": "nyc npm test", + "eslint": "eslint *.js lib", + "test": "mocha --recursive" + }, + "keywords": [ + "OTP", + "TOTP", + "HOTP", + "OATH", + "rfc4226", + "rfc6238", + "2FA" + ], + "engines": { + "node": ">14" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "eslint": "^8.48.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.21.0", + "mocha": "^10.2.0", + "nyc": "^15.1.0", + "sinon": "^15.2.0" + } +}