{
  "name": "@influence-society/garage-lorillou",
  "version": "0.1.6",
  "description": "An Influence Society site",
  "homepage": "https://github.com/finsweet/client-influence-society#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Finsweet",
    "url": "https://www.finsweet.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/client-influence-society.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/client-influence-society/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "pnpm playwright test",
    "test:headed": "pnpm playwright test --headed",
    "update": "pnpm update -i -L"
  },
  "dependencies": {
    "@lyracom/embedded-form-glue": "^1.4.2",
    "debounce": "^2.2.0"
  }
}
