Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } |