deepvue-aadhaar-ekyc-digilocker-switch
Version:
A SDK powered by DeepVue.Tech for Aadhaar eKYC and DigiLocker authentication flows
74 lines (73 loc) • 1.93 kB
JSON
{
"name": "deepvue-aadhaar-ekyc-digilocker-switch",
"version": "1.0.3",
"description": "A SDK powered by DeepVue.Tech for Aadhaar eKYC and DigiLocker authentication flows",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"src/assets"
],
"scripts": {
"build": "tsup",
"lint": "eslint .",
"prepare": "npm run build"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": "^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"axios": "^1.9.0",
"formik": "^2.4.6"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@mui/icons-material": "^7.1.0",
"@types/node": "^22.15.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepvue-tech/deepvue-aadhaar-ekyc-digilocker-switch"
},
"bugs": {
"url": "https://github.com/deepvue-tech/deepvue-aadhaar-ekyc-digilocker-switch/issues"
},
"homepage": "https://github.com/deepvue-tech/deepvue-aadhaar-ekyc-digilocker-switch#readme",
"keywords": [
"react",
"aadhaar",
"ekyc",
"digilocker",
"authentication",
"verification",
"mui",
"typescript"
],
"author": "DeepVue",
"license": "MIT"
}