-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 761 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
{
"name": "aframe-e2e-testing",
"version": "0.1.3",
"description": "End-to-end testing framework for A-Frame",
"main": "index.js",
"scripts": {
"postinstall": "npx playwright install && node setup.js"
},
"keywords": [],
"author": "Diarmid Mackenzie",
"license": "MIT",
"devDependencies": {},
"directories": {
"test": "tests"
},
"dependencies": {
"gently-copy": "^3.2.0",
"jsdoc": "^3.6.7",
"@playwright/test": "^1.22.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diarmidmackenzie/aframe-e2e-testing.git"
},
"bugs": {
"url": "https://github.com/diarmidmackenzie/aframe-e2e-testing/issues"
},
"homepage": "https://github.com/diarmidmackenzie/aframe-e2e-testing#readme"
}