-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 891 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@github/arianotify-polyfill",
"version": "0.0.0-development",
"description": "Polyfill for the ARIA Notification API",
"repository": {
"type": "git",
"url": "git+https://github.com/github/arianotify-polyfill.git"
},
"keywords": [],
"license": "MIT",
"author": "GitHub Inc.",
"main": "arianotify-polyfill.js",
"module": "arianotify-polyfill.js",
"type": "module",
"directories": {
"example": "examples"
},
"files": [],
"scripts": {
"test": "npx playwright install firefox && web-test-runner",
"test:guidepup": "npx playwright install firefox && npx playwright test"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@guidepup/guidepup": "^0.24.0",
"@guidepup/playwright": "^0.15.0",
"@playwright/test": "^1.48.0",
"@web/test-runner": "^0.20.1",
"@web/test-runner-playwright": "^0.11.1"
}
}