-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
44 lines (44 loc) · 1.39 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
39
40
41
42
43
44
{
"name": "pmm",
"author": "Salesforce.org Impact Engineering",
"license": "UNLICENSED",
"repository": "[email protected]:SalesforceFoundation/pmm.git",
"private": true,
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^0.8.0",
"@sa11y/jest": "^0.1.2-alpha",
"@salesforce/eslint-config-lwc": "^0.4.0",
"@salesforce/sfdx-lwc-jest": "^0.9.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"hasha-cli": "^4.1.0",
"husky": "^3.1.0",
"jest": "^26.0.1",
"jest-junit": "^9.0.0",
"lint-staged": "^10.0.0",
"lockfile-lint": "^4.3.7",
"prettier": "^1.19.1",
"prettier-plugin-apex": "^1.1.0"
},
"resolutions": {
"axios": "^0.21.1",
"is-svg": "^4.3.1",
"node-notifier": "^8.0.1",
"nth-check": "^2.0.1",
"pretty-format": "^25.5.0",
"set-value": "^4.0.1",
"strip-ansi": "^6.0.0",
"tmpl": "^1.0.5",
"trim-newlines": "^3.0.1",
"yargs-parser": "^20.2.2"
},
"scripts": {
"test:unit": "lwc-jest",
"test:unit:watch": "lwc-jest --watch",
"test:unit:debug": "lwc-jest --debug",
"test:unit:a11y": "SA11Y_AUTO=1 SA11Y_CLEANUP=1 lwc-jest",
"test:unit:coverage": "lwc-jest --coverage"
}
}