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
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
{
"name": "aemssgdevelop",
"version": "0.0.1",
"private": true,
"bin": {
"setup": "./bin/setup/index.js"
},
"dependencies": {
"@adobe/aio-lib-runtime": "^7.1.2",
"@adobe/aio-sdk": "^6.0.0",
"@adobe/helix-shared-string": "^2.1.0",
"@fastify/deepmerge": "^3.1.0",
"@whatwg-node/server": "^0.10.10",
"canvas": "^3.1.0",
"cheerio": "^1.0.0",
"commander": "^14.0.0",
"diff": "^8.0.2",
"dotenv-stringify": "^3.0.1",
"handlebars": "^4.7.8",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.0",
"p-limit": "^6.2.0",
"striptags": "^3.2.0",
"vega": "^6.0.0",
"vega-lite": "^6.0.0",
"itty-router": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@openwhisk/wskdebug": "^1.3.0",
"c8": "^10.1.3",
"dotenv": "^17.0.0",
"eslint": "^9.17.0",
"eslint-plugin-jest": "^29.0.0",
"globals": "^16.0.0",
"jest": "^30.0.0",
"msw": "^2.7.0"
},
"scripts": {
"test": "c8 node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests ./test",
"e2e": "node --experimental-vm-modules node_modules/jest/bin/jest.js --collectCoverage=false --testRegex ./e2e",
"lint": "eslint --ignore-pattern web-src --no-error-on-unmatched-pattern test src actions",
"lint:fix": "npm run lint -- --fix",
"deploy": "rm -r dist; aio app deploy",
"setup": "npm i && npx setup",
"undeploy": "aio app undeploy"
},
"engines": {
"node": ">=18"
}
}