UNPKG

expo-crypto-universal-web

Version:
55 lines (54 loc) 1.34 kB
{ "name": "expo-crypto-universal-web", "version": "0.2.12", "description": "Web implementation of expo-crypto-universal", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "npm run typecheck && vite build", "test": "vitest --run", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "expo", "crypto", "universal", "web" ], "author": "Yasuo Higa", "license": "MIT", "homepage": "https://github.com/higayasuo/expo-crypto-universal-web#readme", "repository": { "type": "git", "url": "https://github.com/higayasuo/expo-crypto-universal-web.git" }, "bugs": { "url": "https://github.com/higayasuo/expo-crypto-universal-web/issues" }, "devDependencies": { "@types/node": "^20.11.24", "@vitest/coverage-v8": "^1.3.1", "jsdom": "^26.0.0", "typescript": "^5.3.3", "vite": "^5.1.4", "vite-plugin-dts": "^3.7.3", "vitest": "^1.3.1" }, "peerDependencies": { "expo-crypto-universal": "^0.2.12" } }