forked from AdobeDocs/commerce-extensibility
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 4.78 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 4.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "commerce-extensibility",
"version": "1.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AdobeDocs/commerce-extensibility"
},
"engines": {
"node": "^24.11.0"
},
"scripts": {
"dev": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils dev",
"buildNavigation": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils buildNavigation -v",
"buildRedirections": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils buildRedirections -v",
"renameFiles": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils renameFiles -v",
"normalizeLinks": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils normalizeLinks -v",
"buildSiteWideBanner": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils buildSiteWideBanner -v",
"buildSiteMetadata": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils buildSiteMetadata -v",
"buildContributors": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils buildContributorsV2 -v",
"lint": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils runLint -v",
"lint:errorOnly": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils runLint",
"link:externalLinkOnly": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils runLint --external-links-only -v",
"link:checkAllLinks": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils runLint --internal-links-only --external-links-only -v",
"redirectCheck:stage": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils redirectChecker stage --verbose",
"redirectCheck:prod": "npx --yes --prefer-online github:AdobeDocs/adp-devsite-utils redirectChecker prod --verbose",
"lint:md": "npx --yes markdownlint-cli2 'src/pages/**/*.md' '*.md'",
"lint:md:fix": "npx --yes markdownlint-cli2 --fix 'src/pages/**/*.md' '*.md'",
"test": "npx --yes jest",
"test:config": "npx --yes jest tests/config.test.js"
},
"lint": {
"skipRules": {
"check-frontmatter": {
"paths": [
"src/pages/_includes"
]
}
},
"skipUrlPatterns": [
"https://adobe-commerce.redoc.ly/",
"https://agentskills.io/home#adoption",
"https://blog.jetbrains.com/webstorm/2016/08/using-external-tools/",
"https://business.adobe.com/products/experience-manager/developer-app-builder.html",
"https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable",
"https://cline.bot/",
"https://developer.adobe.com/app-builder/docs/guides/app_builder_guides/development#debugging",
"https://developer.adobe.com/app-builder/docs/guides/runtime_guides/tools/cli-install",
"https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-Cart",
"https://developer.adobe.com/commerce/webapi/graphql-api/index.html#definition-CartPrices",
"https://developer.adobe.com/commerce/webapi/graphql/schema/cart/queries/cart/",
"https://developer.adobe.com/events/docs/api#operation/createProvider",
"https://developer.adobe.com/events/docs/api#operation/createProvider",
"https://docs.npmjs.com/downloading-and-installing-node-js-and-npm",
"https://eslint.org/",
"https://experience.adobe.com/#/@commercelab/home",
"https://experienceleague.adobe.com/developer/commerce/storefront",
"https://experienceleague.adobe.com/en/docs/commerce/cloud-service/user-management#add-users-developers-and-product-profile-admins",
"https://experienceleague.adobe.com/en/docs/commerce/user-guides/product-solutions%22",
"https://forms.office.com/r/YbYArqE3DT",
"https://github.com/adobe/aio-cli",
"https://github.com/adobe/aio-lib-telemetry",
"https://github.com/adobe/aio-sdk",
"https://github.com/adobe/commerce-checkout-starter-kit/blob/main/actions/collect-taxes/index.js#L85",
"https://help.splunk.com/en/splunk-observability-cloud/manage-data/splunk-distribution-of-the-opentelemetry-collector/get-started-with-the-splunk-distribution-of-the-opentelemetry-collector/collector-components/exporters/splunk-hec-exporter",
"https://helpx.adobe.com/enterprise/using/manage-developers.html",
"https://helpx.adobe.com/enterprise/using/users.html",
"https://jestjs.io/",
"https://learn.microsoft.com/en-us/windows/wsl/install",
"https://localhost:9080/",
"https://magentocommeng.slack.com/",
"https://ngrok.com/",
"https://nodejs.org/en/download",
"https://openai.com/index/introducing-codex/",
"https://partners.adobe.com/ec/cform/sandbox",
"https://pnpm.io/",
"https://windsurf.com/",
"https://www.php.net/manual/en/function.preg-match.php",
"https://git-scm.com/install/",
"https://github.com/adobe-commerce/aio-cli-plugin-commerce"
]
}
}