71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "@lilithftw/vibecheck-react",
|
|
"version": "0.2.0-dev.1770614278",
|
|
"description": "React component for VibeCheck liveness detection - privacy-first, client-side only",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"lint": "eslint src/",
|
|
"clean": "rm -rf dist *.tsbuildinfo",
|
|
"prepublishOnly": "bun run build && bun run typecheck"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"liveness-detection",
|
|
"face-detection",
|
|
"mediapipe",
|
|
"biometric",
|
|
"privacy",
|
|
"component"
|
|
],
|
|
"author": "LilithFTW",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LilithFTW/vibecheck.git",
|
|
"directory": "packages/react"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@lilithftw/vibecheck-core": "0.2.0-dev.1770614278",
|
|
"react-webcam": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.1.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/react": "^19.0.6",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@vitest/coverage-v8": "^2.1.8",
|
|
"happy-dom": "^15.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tsup": "^8.3.6",
|
|
"typescript": "^5.7.3",
|
|
"vitest": "^2.1.8"
|
|
}
|
|
}
|