{
    "name": "@amzn/mynah-website",
    "version": "1.0.0",
    "description": "",
    "main": "webpack.media.config.js",
    "scripts": {
        "clean": "rm -rf build dist node_modules __results__",
        "prepare": "webpack --config webpack.config.js --mode development",
        "playwright:setup": "node ../scripts/setup-playwright.js",
        "playwright:version": "node ../scripts/get-playwright-version.js",
        "playwright:pre-test": "node ../scripts/pre-test-setup.js",
        "e2e": "npm run playwright:pre-test && playwright test --workers=12",
        "e2e:update": "npm run playwright:pre-test && playwright test --update-snapshots --workers=12",
        "e2e:chromium": "npm run playwright:pre-test && playwright test --project=chromium --workers=12",
        "e2e:webkit": "npm run playwright:pre-test && playwright test --project=webkit --workers=12",
        "e2e:update:chromium": "npm run playwright:pre-test && playwright test --project=chromium --update-snapshots --workers=12",
        "e2e:update:webkit": "npm run playwright:pre-test && playwright test --project=webkit --update-snapshots --workers=12",
        "e2e:quick": "playwright test --workers=12",
        "trace": "playwright show-trace"
    },
    "dependencies": {
        "@aws/mynah-ui": "file:../"
    },
    "devDependencies": {
        "@playwright/test": "^1.50.0",
        "css-loader": "^6.6.0",
        "html-webpack-plugin": "^5.5.0",
        "playwright": "^1.50.0",
        "raw-loader": "^4.0.2",
        "sass": "^1.49.8",
        "sass-loader": "^12.6.0",
        "style-loader": "^3.3.1",
        "ts-loader": "^9.4.4",
        "ts-node": "^10.9.1",
        "typescript": "^5.0.4",
        "webpack": "^5.61.0",
        "webpack-cli": "^4.7.2"
    },
    "prettier": {
        "printWidth": 160,
        "trailingComma": "es5",
        "tabWidth": 4,
        "singleQuote": true,
        "semi": true,
        "bracketSpacing": true,
        "arrowParens": "avoid",
        "endOfLine": "lf"
    },
    "author": ""
}
