-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@adobe/helix-universal-devserver",
"version": "1.1.148",
"description": "Helic Universal Development Server",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "c8 mocha",
"lint": "eslint .",
"semantic-release": "semantic-release",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-universal-devserver.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-universal-devserver/issues"
},
"homepage": "https://github.com/adobe/helix-universal-devserver#readme",
"mocha": {
"require": "test/setup-env.js",
"recursive": "true",
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
},
"devDependencies": {
"@adobe/eslint-config-helix": "3.0.29",
"@adobe/fetch": "4.3.0",
"@eslint/config-helpers": "0.6.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "13.1.5",
"c8": "11.0.0",
"eslint": "9.4.0",
"husky": "9.1.7",
"junit-report-builder": "5.1.2",
"lint-staged": "17.0.8",
"mocha": "11.7.6",
"mocha-multi-reporters": "1.5.1",
"semantic-release": "25.0.5"
},
"lint-staged": {
"*.js": "eslint",
"*.cjs": "eslint"
},
"dependencies": {
"@adobe/helix-deploy": "^14.0.0",
"@adobe/helix-universal": "^5.1.0",
"express": "5.2.1",
"fs-extra": "11.3.5"
}
}