UNPKG

immersivity_core

Version:
45 lines (44 loc) 1.03 kB
{ "name": "immersivity_core", "version": "1.0.27", "description": "Immersivity. Feel the depth.", "repository": { "type": "git", "url": "git+https://github.com/Houstoten/immersivity.git" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "typescript", "tfjs", "face_detection", "mediapipe" ], "license": "MIT", "author": "Ivan Husarov (Houstoten)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "webpack --mode production" }, "dependencies": { "@tensorflow/tfjs": "^4.18.0", "@tensorflow/tfjs-backend-wasm": "^4.18.0", "@tensorflow-models/face-detection": "^1.0.2", "@mediapipe/face_detection": "^0.4.1646425229" }, "devDependencies": { "@babel/core": "^7.24.4", "@types/node": "^20.12.7", "babel-loader": "^9.1.3", "css-loader": "^7.1.1", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "typescript": "^5.4.5", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" } }