-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 923 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 923 Bytes
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
{
"name": "orgcheck",
"resolutions": {
"@typescript-eslint/parser": "^8.57.2",
"@typescript-eslint/scope-manager": "^8.57.2",
"@typescript-eslint/eslint-plugin": "^8.57.2"
},
"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.",
"version": "8.0.0",
"author": "VinceFINET",
"bugs": "https://github.com/SalesforceLabs/OrgCheck/issues",
"homepage": "https://github.com/SalesforceLabs/OrgCheck",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"lerna": "^9.0.7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"@typescript-eslint/scope-manager": "^8.57.2"
}
}