UNPKG

@theforce/core

Version:

Core library for TheForce hand tracking

46 lines 1.14 kB
{ "name": "@theforce/core", "version": "2.0.0", "publishConfig": { "access": "public" }, "description": "Core library for TheForce hand tracking", "keywords": [ "theforce", "hand-tracking", "mediapipe", "react", "vue", "angular", "gesture-control", "virtual-mouse" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ "dist/**" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --external react", "dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react", "lint": "eslint \"src/**/*.ts*\"", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "test": "jest" }, "devDependencies": { "@types/jest": "^29.5.3", "eslint": "^8.45.0", "eslint-config-custom": "*", "jest": "^29.6.2", "jest-environment-jsdom": "^29.6.2", "tsup": "^7.1.0", "typescript": "^5.1.6" }, "peerDependencies": { "@mediapipe/hands": "^0.4.1675469240", "@mediapipe/camera_utils": "^0.3.1675466862" } }