-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
36 lines (36 loc) · 1.12 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
{
"name": "outboundfundsmodule",
"license": "UNLICENSED",
"author": "Salesforce.org Impact Engineering",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7",
"@lwc/eslint-plugin-lwc": "^1.0.0",
"@sa11y/jest": "^3.1.0",
"@salesforce/eslint-config-lwc": "^3.2.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^0.14.0",
"cspell": "^5.13.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"hasha-cli": "^4.1.0",
"husky": "^4",
"jest": "^27.3.1",
"lint-staged": "^12.1.2",
"lockfile-lint": "^4.6.2",
"prettier": "^2.4.1",
"prettier-plugin-apex": "^1.10.0",
"typescript": "^4.5.2"
},
"resolutions": {
"yargs-parser": "^20.2.2",
"trim-newlines": "^3.0.1"
},
"scripts": {
"test:unit": "lwc-jest",
"test:unit:coverage": "lwc-jest --coverage"
}
}