-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
63 lines (63 loc) · 2.61 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@adobe/helix-rum-collector",
"version": "2.34.4",
"private": true,
"description": "Collect Real User Monitoring Data for Helix",
"main": "src/index.mjs",
"scripts": {
"fastly-build": "hedy --build --verbose",
"deploy": "hedy --build --verbose --deploy --fastly-auth $HLX_FASTLY_AUTH --compute-service-id ${HLX_FASTLY_SVC:-5Qir8H8bLeaRuldIp9TWq4} --cloudflare-email $HLX_CLOUDFLARE_EMAIL --cloudflare-account-id $HLX_CLOUDFLARE_ACCOUNT --cloudflare-auth $HLX_CLOUDFLARE_AUTH --name ${HLX_CLOUDFLARE_NAME:-helix-rum-collector-prod}",
"predeploy": "node tools/spider-list.js",
"test": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml --test-skip-pattern=Post-Deploy",
"pretest": "node tools/spider-list.js",
"test-postdeploy": "TEST_INTEGRATION=true node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=junit.xml --test-name-pattern=Post-Deploy",
"prelint": "node tools/spider-list.js",
"lint": "./node_modules/.bin/eslint .",
"semantic-release": "semantic-release"
},
"wsk": {
"target": [
"c@e",
"cloudflare"
],
"arch": "edge",
"distDirectory": "bin/dist",
"entryFile": "src/index.mjs",
"plugin": "@adobe/helix-deploy-plugin-edge",
"fastlyGateway": "deploy-test.anywhere.run",
"package": {
"name": "helix3"
}
},
"mocha": {
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-rum-collector.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-rum-collector/issues"
},
"homepage": "https://github.com/adobe/helix-rum-collector#readme",
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.9",
"@adobe/helix-deploy": "12.4.21",
"@adobe/helix-deploy-plugin-edge": "1.0.10",
"@adobe/semantic-release-coralogix": "1.1.35",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.0.3",
"@semantic-release/git": "10.0.1",
"@typescript-eslint/parser": "8.26.0",
"codecov": "3.8.3",
"eslint": "8.57.1",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.31.0",
"esmock": "2.7.0",
"jsdoc-to-markdown": "9.1.1",
"semantic-release": "24.2.3",
"semantic-release-slack-bot": "4.0.2"
}
}