-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@a1local/adpages-docker-audit-runner",
"version": "0.1.0",
"private": true,
"description": "Docker distribution surface for running local AdPages landing-page audit helpers.",
"type": "module",
"license": "MIT",
"homepage": "https://a1local.com.au/extensions/",
"repository": {
"type": "git",
"url": "https://github.com/a1local/adpages-docker-audit-runner.git"
},
"bugs": {
"url": "https://a1local.com.au/extensions/support/"
},
"scripts": {
"check": "node --check bin/adpages-docker.mjs",
"smoke": "node bin/adpages-docker.mjs examples && node bin/adpages-docker.mjs audit-html examples/sample-landing-page.html --url \"https://example.com/services?utm_source=google&utm_medium=cpc&utm_campaign=emergency_plumbing\" --format text --fail-on never"
}
}