forked from adobe-rnd/aem-commerce-prerender
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "aemssgdevelop",
"version": "0.0.1",
"private": true,
"dependencies": {
"@adobe/aio-sdk": "^6",
"cheerio": "^1.0.0",
"handlebars": "^4.7.8",
"node-fetch": "^2.6.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@openwhisk/wskdebug": "^1.3.0",
"eslint": "^9.17.0",
"msw": "^2.7.0",
"eslint-plugin-jest": "^28.10.0",
"globals": "^15.14.0",
"jest": "^29"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
"e2e": "jest --collectCoverage=false --testRegex ./e2e",
"lint": "eslint --ignore-pattern web-src --no-error-on-unmatched-pattern test src actions",
"lint:fix": "npm run lint -- --fix"
},
"engines": {
"node": ">=18"
}
}