expo-ii-integration
Version:
Expo library to enable smartphone native applications to invoke Internet Identity through a web application
76 lines (75 loc) • 2.06 kB
JSON
{
"name": "expo-ii-integration",
"version": "0.1.9",
"description": "Expo library to enable smartphone native applications to invoke Internet Identity through a web application",
"type": "module",
"files": [
"dist"
],
"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"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest --run",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/higayasuo/expo-ii-integration.git"
},
"bugs": {
"url": "https://github.com/higayasuo/expo-ii-integration/issues"
},
"homepage": "https://github.com/higayasuo/expo-ii-integration#readme",
"keywords": [
"expo",
"internet-identity",
"dfinity",
"icp"
],
"author": "Yasuo Higa",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/node": "^20.11.28",
"@types/react": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"globals": "^14.0.0",
"jsdom": "^26.0.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.4.0"
},
"dependencies": {
"@higayasuo/iframe-messenger": "^0.1.0",
"canister-manager": "^0.1.7",
"expo-storage-universal": "^0.3.2"
},
"peerDependencies": {
"@dfinity/agent": "^0.20.2",
"@dfinity/identity": "^0.20.2",
"expo-linking": "~7.0",
"expo-router": "~4.0",
"expo-web-browser": "~14.0",
"react": "~18.3"
}
}