cvat/cvat-data/package.json

25 lines
498 B
JSON
Raw Permalink Normal View History

2025-09-16 01:19:40 +00:00
{
"name": "cvat-data",
"type": "module",
"version": "2.1.0",
"description": "",
"main": "src/ts/cvat-data.ts",
"scripts": {
"build": "webpack --config ./webpack.config.cjs",
"type-check": "tsc --noEmit",
"type-check:watch": "yarn run type-check --watch"
},
"author": "CVAT.ai",
"license": "MIT",
"browserslist": [
"Chrome >= 99",
"Firefox >= 110",
"not IE 11",
"> 2%"
],
"dependencies": {
"async-mutex": "^0.4.0",
"jszip": "3.10.1"
}
}