chore: clean .gitignore cache
This commit is contained in:
21
package.json
21
package.json
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"e2e": "PLAYWRIGHT_HTML_OPEN=never npx playwright test --project=chromium",
|
||||
"e2e:all": "PLAYWRIGHT_HTML_OPEN=never npx playwright test",
|
||||
"e2e:headed": "npx playwright test --project=chromium --headed",
|
||||
"e2e:report": "npx playwright show-report",
|
||||
"lint:md": "markdownlint-cli2 '**/*.md' --ignore node_modules --ignore .venv --ignore test-results --ignore codeql-db --ignore codeql-agent-results",
|
||||
"lint:md:fix": "markdownlint-cli2 '**/*.md' --fix --ignore node_modules --ignore .venv --ignore test-results --ignore codeql-db --ignore codeql-agent-results"
|
||||
},
|
||||
"dependencies": {
|
||||
"tldts": "^7.0.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bgotink/playwright-coverage": "^0.3.2",
|
||||
"@playwright/test": "^1.58.0",
|
||||
"@types/node": "^25.0.10",
|
||||
"dotenv": "^17.2.3",
|
||||
"markdownlint-cli2": "^0.20.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user