UNPKG

authvisage-sdk

Version:
83 lines (82 loc) 2.25 kB
{ "name": "authvisage-sdk", "version": "1.0.0", "description": "authvisage client sdk", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --treeshake", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "prepublishOnly": "npm run build", "test": "jest", "prepare": "husky install", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:coverage:ci": "jest --coverage --coverageReporters=lcov --coverageReporters=json-summary --coverageReporters=text", "test:ci": "jest --coverage --coverageReporters=lcov,text --watchAll=false --passWithNoTests" }, "dependencies": { "authvisage-sdk": "^0.7.0", "buffer": "^6.0.3", "ts-jest": "^29.3.4", "tsup": "^8.5.0", "zod": "^3.24.3" }, "devDependencies": { "@eslint/js": "^9.22.0", "@swc/core": "^1.11.29", "@swc/jest": "^0.2.38", "@types/jest": "^29.5.14", "@types/node": "^22.13.10", "eslint": "^9.22.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.4.3", "ts-node": "^10.9.2", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1" }, "repository": { "type": "git", "url": "git+https://github.com/zeyadAjamy/authvisage-sdk.git" }, "keywords": [ "authvisage", "face", "authentication", "face-auth", "authentication", "supabase", "sdk", "face id", "biometric" ], "author": "Zeyad Alajamy", "license": "MIT", "bugs": { "url": "https://github.com/zeyadAjamy/authvisage-sdk/issues" }, "homepage": "https://github.com/zeyadAjamy/authvisage-sdk#readme", "lint-staged": { "*.ts": "eslint --cache --fix" } }