Spaces:
Running
Running
File size: 618 Bytes
2a1c46d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"name": "@otplib/plugin-crypto",
"description": "node crypto plugin for otplib",
"version": "12.0.1",
"main": "./index.js",
"publishConfig": {
"access": "public"
},
"scripts": {},
"keywords": [
"otplib-plugin",
"crypto"
],
"dependencies": {
"@otplib/core": "^12.0.1"
},
"devDependencies": {
"@types/node": "^12.7.2"
},
"otplib": {},
"author": "Gerald Yeo <contact@fusedthought.com>",
"license": "MIT",
"homepage": "https://yeojz.otplib.dev",
"repository": "https://github.com/yeojz/otplib/tree/master/packages/otplib-plugin-crypto",
"types": "./index.d.ts"
} |