expo-crypto-universal-web
Version:
Web implementation of expo-crypto-universal
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "expo-crypto-universal-web",
"version": "0.2.7",
"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": "vite build",
"test": "vitest --run",
"test:coverage": "vitest run --coverage",
"lint": "eslint . --ext .ts",
"typecheck": "tsc --noEmit"
},
"keywords": [
"expo",
"crypto",
"universal",
"web"
],
"author": "Yasuo Higa",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"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.7"
}
}