{
    "name": "@entrylabs/legacy-video",
    "version": "1.0.1",
    "description": "",
    "main": "dist/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "dist": "webpack"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/entrylabs/entry-tool.git"
    },
    "bugs": {
        "url": "https://github.com/entrylabs/entry-tool/issues"
    },
    "homepage": "https://playentry.org",
    "keywords": [
        "entryjs",
        "entry-js",
        "entryjs-lagacy-video",
        "video-util"
    ],
    "author": "usbsync",
    "license": "MIT",
    "dependencies": {
        "@tensorflow-models/coco-ssd": "^2.2.3",
        "@tensorflow-models/posenet": "^2.2.2",
        "@tensorflow/tfjs": "^1.7.0",
        "@tensorflow/tfjs-converter": "^1.7.0",
        "@tensorflow/tfjs-core": "^1.7.0",
        "face-api.js": "^0.22.1",
        "lodash": "^4.17.21",
        "ts-loader": "^9.5.1",
        "typescript": "^5.4.5",
        "webpack": "^5.91.0",
        "webpack-cli": "^5.1.4"
    },
    "devDependencies": {
        "terser-webpack-plugin": "^5.3.10",
        "worker-loader": "^3.0.8"
    },
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist/",
        "types/",
        "package.json"
    ]
}
