UNPKG

@onefootprint/footprint-js

Version:
55 lines 1.45 kB
{ "name": "@onefootprint/footprint-js", "type": "module", "version": "5.4.2", "main": "./dist/footprint-js.cjs", "module": "./dist/footprint-js.js", "unpkg": "./dist/footprint-js.js", "types": "./dist/footprint-js.d.ts", "style": "./dist/footprint-js.css", "sideEffects": false, "license": "MIT", "files": [ "dist" ], "keywords": [ "kyc", "identity verification" ], "devDependencies": { "bun": "^1.2.13", "bun-types": "^1.0.25", "csstype": "^3.1.2", "msw": "^2.1.2", "tsup": "^6.5.0", "typescript": "^5.9.3", "@onefootprint/dev-tools": "0.0.0", "@onefootprint/fetch-hosted": "0.0.0", "@onefootprint/request-types": "0.0.0", "tsconfig": "0.0.0" }, "repository": { "type": "git", "url": "https://github.com/onefootprint/monorepo", "directory": "frontend/packages/footprint-js" }, "publishConfig": { "access": "public" }, "dependencies": { "@fingerprintjs/fingerprintjs-pro": "^3.12.8", "@moneykit/connect": "^0.3.28" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "dev": "tsup --watch", "lint:ci": "biome ci src", "lint": "biome check src --fix --unsafe", "publish:local": "pnpm && pnpm build && yalc publish", "test:ci:bun": "bun test --bail", "test:watch": "bun test --watch", "test": "bun test --bail", "typecheck": "pnpm tsc --noEmit" } }