UNPKG

@nuwa-ai/identity-kit-web

Version:

Web extensions for Nuwa Identity Kit

54 lines 1.1 kB
{ "name": "@nuwa-ai/identity-kit-web", "version": "0.5.2", "description": "Web extensions for Nuwa Identity Kit", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "src" ], "keywords": [ "nuwa", "identity", "did", "web" ], "author": "Nuwa Community", "license": "Apache-2.0", "dependencies": { "@nuwa-ai/identity-kit": "0.5.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.0", "@types/react": "^18.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^30.0.5", "jsdom": "^26.1.0", "rimraf": "^5.0.0", "ts-jest": "29.1.1", "typescript": "^5.0.0" }, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src --ext .ts", "clean": "rimraf dist" } }