{
  "name": "node-webcam-telegram",
  "version": "0.1.0",
  "description": "node webcam telegram",
  "main": "lib/index.js",
  "bin": {
    "node-webcam-telegram": "./lib/index.js"
  },
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "ts-node src/index.ts",
    "test": "jest --config jestconfig.json --collectCoverage",
    "format": "prettier --write \"src/**/*.ts*\" \"test*/**/*.ts*\"",
    "lint": "eslint . --ext .ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "preversion": "npm run lint"
  },
  "engines": {
    "node": ">= 12",
    "npm": ">= 6.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zinovik/node-webcam-telegram.git"
  },
  "author": "Max Zinovik",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/zinovik/node-webcam-telegram/issues"
  },
  "homepage": "https://github.com/zinovik/node-webcam-telegram#readme",
  "devDependencies": {
    "@types/jest": "29.5.11",
    "@types/node": "20.10.8",
    "@typescript-eslint/eslint-plugin": "6.18.1",
    "@typescript-eslint/parser": "6.18.1",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "jest": "29.7.0",
    "prettier": "3.1.1",
    "ts-jest": "29.1.1",
    "ts-node": "10.9.2",
    "typemoq": "2.1.0",
    "typescript": "5.3.3"
  },
  "dependencies": {
    "axios": "1.6.5",
    "form-data": "4.0.0",
    "node-webcam": "0.8.2"
  },
  "files": [
    "lib/**/*"
  ]
}
