{
  "name": "@salesforce/webapp-template-base-react-app-experimental",
  "version": "1.117.1",
  "license": "SEE LICENSE IN LICENSE.txt",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "files": [
    "*"
  ],
  "scripts": {
    "test": "npm run test:build && npm run test:e2e",
    "test:build": "cd src/force-app/main/default/webapplications/base-react-app && npm install && npm run build",
    "test:coverage": "npm run test",
    "test:e2e": "cd src/force-app/main/default/webapplications/base-react-app && rm -rf node_modules && npm install && npx playwright install chromium && npm run build:e2e && npx playwright test"
  }
}
