{
    "name": "@roboflow/annotation",
    "version": "1.0.241",
    "description": "Annotation parsing and conversion for computer vision.",
    "main": "src/Annotation.js",
    "dependencies": {
        "@roboflow/tfrecords": "^1.0.5",
        "buffer": "^6.0.3",
        "cheerio": "^1.0.0-rc.3",
        "concaveman": "^1.2.1",
        "handlebars": "^4.7.6",
        "lodash": "^4.17.20",
        "min-bounding-rectangle": "^1.0.12",
        "pako": "^2.1.0",
        "pluralize": "^8.0.0",
        "simplify-js": "^1.2.4",
        "yaml": "^2.2.2"
    },
    "scripts": {
        "test": "jest --verbose",
        "test:coverage": "jest --coverage",
        "bench": "jest --projects jest-bench.config.json",
        "lint": "eslint ."
    },
    "keywords": [],
    "author": "Roboflow",
    "license": "Proprietary",
    "bugs": {
        "url": "https://github.com/roboflow-ai/Annotation.js/issues"
    },
    "homepage": "https://github.com/roboflow-ai/Annotation.js",
    "devDependencies": {
        "@eslint/js": "^9.12.0",
        "eslint": "^9.12.0",
        "globals": "^15.11.0",
        "jest": "^29.7.0",
        "jest-bench": "^29.7.1"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "files": [
        "src/**/*"
    ],
    "jest": {
        "collectCoverageFrom": [
            "src/**/*.js",
            "!**/node_modules/**"
        ],
        "coverageReporters": [
            "text",
            "lcov",
            "html"
        ]
    }
}
