This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.51 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@advanced-rest-client/json-viewer",
"description": "A JSON payload viewer for the JSON response",
"version": "3.1.5",
"license": "Apache-2.0",
"main": "json-viewer.js",
"keywords": [
"web-components",
"json-viewer",
"response-viewer",
"response",
"json",
"api-components"
],
"authors": [
"Pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"contributors": [
"Pawel Psztyc",
"The Advanced REST client authors <arc@mulesoft.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/json-viewer.git"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/json-viewer/issues",
"email": "arc@mulesoft.com"
},
"dependencies": {
"@advanced-rest-client/arc-icons": "^3.1.2",
"@anypoint-web-components/awc": "^1.0.8",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^5.0.4",
"@open-wc/testing": "^3.0.3",
"@types/mocha": "^9.0.0",
"@web/dev-server": "^0.1.8",
"@web/test-runner": "^0.13.23",
"@web/test-runner-playwright": "^0.8.4",
"sinon": "^12.0.1"
},
"scripts": {
"start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .",
"test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
"test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium"
}
}