This repository was archived by the owner on Nov 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.33 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.33 KB
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
{
"name": "@adobe/express-website",
"private": true,
"version": "1.0.0",
"description": "Adobe Express Website",
"scripts": {
"test": "wtr --config ./web-test-runner.config.mjs \"./test/**/*.test.(js|html)\" --node-resolve --port=2000 --coverage --concurrent-browsers 4",
"test:watch": "npm test -- --watch",
"test:file": "wtr --config ./web-test-runner.config.mjs --node-resolve --port=2000 --coverage",
"integration-test": "mocha integration/*.test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/express-website.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/express-website/issues"
},
"homepage": "https://github.com/adobe/express-website#readme",
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.3",
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/dev-server-import-maps": "^0.1.1",
"@web/test-runner": "^0.16.1",
"@web/test-runner-commands": "^0.7.0",
"chai": "4.3.4",
"eslint": "7.15.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"fs-extra": "9.0.1",
"jsdom": "^22.1.0",
"puppeteer": "12.0.1",
"shelljs": "0.8.4",
"sinon": "^15.1.0"
}
}