{
  "name": "360lm",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "npx playwright test",
    "test:smoke": "npx playwright test tests/smoke.spec.js",
    "test:pwa": "npx playwright test tests/$PWA.spec.js",
    "test:all": "npx playwright test --reporter=json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harishkumarlal/360lm.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/harishkumarlal/360lm/issues"
  },
  "homepage": "https://github.com/harishkumarlal/360lm#readme",
  "devDependencies": {
    "@playwright/test": "^1.60.0"
  }
}
