forked from adobecom/graybox-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "graybox",
"version": "0.0.1",
"private": true,
"dependencies": {
"@adobe/aio-lib-core-logging": "^3.0.1",
"@adobe/aio-sdk": "^5",
"@azure/msal-node": "^2.6.5",
"milo-md2docx": "^1.8.0",
"milo-parse-markdown": "^1.0.0",
"node-fetch": "^2.6.0",
"openwhisk": "^3.21.8"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@openwhisk/wskdebug": "^1.3.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.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"
}
}