{
  "name": "simple-web-screen-recorder",
  "version": "1.1.0",
  "description": "A simple screen recorder package for web projects with time limits and delay.",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "start": "serve .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "screen",
    "recorder",
    "video",
    "capture",
    "web"
  ],
  "author": "Nishant",
  "license": "MIT",
  "devDependencies": {
    "serve": "^14.2.0"
  }
}