{
  "name": "beslist-tracking",
  "version": "1.1.0",
  "main": "js/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode production",
    "watch": "webpack --watch --mode production"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@types/node": "^22.9.3",
    "bootstrap": "^5.3.3",
    "ts-loader": "^9.5.1",
    "tslint": "^6.1.3",
    "typescript": "^5.7.2",
    "webpack": "^5.96.1",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "rxjs": "^7.8.1"
  }
}
