-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
34 lines (34 loc) · 1023 Bytes
/
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
{
"name": "orgcheck",
"version": "4.3.0",
"description": "Org Check is an easy-to-install and easy-to-use Salesforce application in order to quickly analyze your org and its technical debt.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "npm run lint:lwc",
"lint:lwc": "eslint force-app/main/default/lwc",
"test:unit": "sfdx-lwc-jest",
"test:unit:debug": "sfdx-lwc-jest --debug",
"test:unit:watch": "sfdx-lwc-jest --watch",
"test:unit:coverage": "sfdx-lwc-jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalesforceLabs/OrgCheck.git"
},
"author": "Vincent FINET",
"license": "MIT",
"bugs": {
"url": "https://github.com/SalesforceLabs/OrgCheck/issues"
},
"homepage": "https://sfdc.co/OrgCheck",
"devDependencies": {
"@salesforce/sfdx-lwc-jest": "^3.1.2"
},
"dependencies": {
"@salesforce/eslint-config-lwc": "github:salesforce/eslint-config-lwc",
"eslint": "^8.57.0"
}
}