@animo-id/expo-digital-credentials-api
Version:
Expo wrapper around Android Digital Credentials API
56 lines (55 loc) • 1.66 kB
JSON
{
"name": "@animo-id/expo-digital-credentials-api",
"version": "0.4.0",
"description": "Expo wrapper around Android Digital Credentials API",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -p tsconfig.json && cp build/register.d.ts register.d.ts",
"style:check": "biome check --unsafe",
"style:fix": "biome check --write --unsafe",
"types:check": "tsc -p tsconfig.json",
"expo-module": "expo-module",
"open:android": "open -a \"Android Studio\" example/android",
"release": "release-it"
},
"keywords": [
"react-native",
"expo",
"w3c-digital-credentials-api",
"oid4vp",
"w3c",
"digital-credentials",
"mdoc",
"sd-jwt-vc",
"vc+sd-jwt",
"dc+sd-jwt",
"android",
"mso_mdoc"
],
"repository": "https://github.com/animo/expo-digital-credentials-api",
"bugs": {
"url": "https://github.com/animo/expo-digital-credentials-api/issues"
},
"author": "Animo <contact@animo.id> (animo)",
"license": "Apache-2.0",
"homepage": "https://github.com/animo/expo-digital-credentials-api#readme",
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@types/react": "~18.3.12",
"expo": "~52.0.0",
"expo-module-scripts": "^4.0.3",
"react-native": "0.76.0",
"release-it": "^17.4.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
}