UNPKG

@onefootprint/footprint-js

Version:

44 lines 1.11 kB
{ "name": "@onefootprint/footprint-js", "private": false, "type": "module", "version": "3.15.4", "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-types": "^1.0.25", "csstype": "^3.1.2", "msw": "^2.1.2", "tsup": "^6.5.0", "typescript": "^5.6.3", "@onefootprint/dev-tools": "0.0.0", "tsconfig": "0.0.0" }, "publishConfig": { "access": "public" }, "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" } }