@idto/digilocker-sdk
Version:
Official JavaScript SDK for integrating DigiLocker authentication with IDTO platform. Provides secure Aadhaar verification with real-time event tracking and reference key delivery.
78 lines (77 loc) • 2.14 kB
JSON
{
"name": "@idto/digilocker-sdk",
"private": false,
"version": "0.1.4",
"type": "module",
"description": "Official JavaScript SDK for integrating DigiLocker authentication with IDTO platform. Provides secure Aadhaar verification with real-time event tracking and reference key delivery.",
"keywords": [
"digilocker",
"aadhaar",
"verification",
"authentication",
"idto",
"identity",
"kyc",
"javascript",
"sdk",
"react"
],
"author": "IDTO",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/idto-ai/digilocker-sdk.git"
},
"homepage": "https://github.com/idto-ai/digilocker-sdk#readme",
"bugs": {
"url": "https://github.com/idto-ai/digilocker-sdk/issues"
},
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "vite build --config vite.lib.config.ts",
"build:types": "tsc --project tsconfig.lib.json --emitDeclarationOnly",
"prepublishOnly": "npm run build:lib",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jotai": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"jotai": ">=2.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"engines": {
"node": ">=14.0.0"
}
}