authmatech-sdk-web
Version:
A lightweight JavaScript SDK for seamless, passwordless mobile number verification through mobile operator network (MNOs).
32 lines (31 loc) • 727 B
JSON
{
"name": "authmatech-sdk-web",
"version": "1.0.3",
"description": "",
"main": "dist/authmatech-web-sdk.umd.min.js",
"module": "dist/authmatech-web-sdk.esm.js",
"unpkg": "dist/authmatech-web-sdk.umd.min.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"license": "MIT",
"keywords": [
"authmatech",
"authentication",
"passwordless",
"mobile-verification"
],
"author": "Authmatech",
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.1",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
}
}