{
  "name": "@faststore/lighthouse",
  "version": "4.8.0",
  "author": "Emerson Laurentino",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vtex/faststore",
    "directory": "packages/lighthouse"
  },
  "main": "dist/index.js",
  "module": "dist/lighthouse.esm.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "20.19.13"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc"
  }
}