numio-sdk
Version:
This package is for using Numio 2Fa service, it's used on the back-end.
27 lines (26 loc) • 622 B
JSON
{
"name": "numio-sdk",
"version": "1.0.8",
"description": "This package is for using Numio 2Fa service, it's used on the back-end.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Shahryar Ahmed, Khuzama Shahid",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"typescript": "^3.8.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"config": {
"TSCONFIG_WEBPACK": "tsconfig.webpack.json"
},
"dependencies": {
"axios": "^0.19.2"
}
}