|
1 | 1 | { |
2 | 2 | "name": "lightning-flow-scanner-app", |
3 | | - "version": "2.8.0", |
| 3 | + "version": "2.9.0", |
4 | 4 | "description": "A Salesforce App for real-time analysis of Salesforce Flow. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling.", |
5 | 5 | "private": true, |
6 | 6 | "homepage": "https://flow-scanner.github.io/lightning-flow-scanner-app/", |
7 | 7 | "repository": { |
8 | | - "type": "git", |
9 | | - "url": "[email protected]:Flow-Scanner/lightning-flow-scanner-app.git" |
| 8 | + "type": "git", |
| 9 | + "url": "[email protected]:Flow-Scanner/lightning-flow-scanner-app.git" |
10 | 10 | }, |
11 | 11 | "bugs": { |
12 | | - "url": "https://github.com/Flow-Scanner/lightning-flow-scanner-app/issues" |
| 12 | + "url": "https://github.com/Flow-Scanner/lightning-flow-scanner-app/issues" |
13 | 13 | }, |
14 | 14 | "scripts": { |
15 | | - "lint": "eslint **/lwc/**/*.js", |
16 | | - "test": "npm run test:unit", |
17 | | - "test:unit": "sfdx-lwc-jest", |
18 | | - "test:unit:watch": "sfdx-lwc-jest --watch", |
19 | | - "test:unit:debug": "sfdx-lwc-jest --debug", |
20 | | - "test:unit:coverage": "sfdx-lwc-jest --coverage", |
21 | | - "prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"", |
22 | | - "prettier:verify": "prettier --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"", |
23 | | - "precommit": "lint-staged" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "@eslint/js": "^9.37.0", |
27 | | - "@lwc/eslint-plugin-lwc": "^2.2.0", |
28 | | - "@prettier/plugin-xml": "^3.2.2", |
29 | | - "@salesforce/eslint-config-lwc": "^3.7.2", |
30 | | - "@salesforce/eslint-plugin-aura": "^2.0.0", |
31 | | - "@salesforce/eslint-plugin-lightning": "^1.0.0", |
32 | | - "@salesforce/sfdx-lwc-jest": "^3.1.0", |
33 | | - "eslint": "^8.57.1", |
34 | | - "eslint-plugin-import": "^2.25.4", |
35 | | - "eslint-plugin-jest": "^27.6.0", |
36 | | - "globals": "^16.4.0", |
37 | | - "husky": "^8.0.3", |
38 | | - "lint-staged": "^15.1.0", |
39 | | - "prettier": "^3.1.0", |
40 | | - "prettier-plugin-apex": "^2.0.1" |
41 | | - }, |
42 | | - "lint-staged": { |
43 | | - "**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}": [ |
44 | | - "prettier --write" |
45 | | - ], |
46 | | - "**/{lwc}/**/*.js": [ |
47 | | - "eslint" |
48 | | - ] |
49 | | - } |
| 15 | + "lint": "eslint **/lwc/**/*.js", |
| 16 | + "test": "npm run test:unit", |
| 17 | + "test:unit": "sfdx-lwc-jest", |
| 18 | + "test:unit:watch": "sfdx-lwc-jest --watch", |
| 19 | + "test:unit:debug": "sfdx-lwc-jest --debug", |
| 20 | + "test:unit:coverage": "sfdx-lwc-jest --coverage", |
| 21 | + "prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"", |
| 22 | + "prettier:verify": "prettier --check \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"", |
| 23 | + "precommit": "lint-staged" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@eslint/js": "^9.37.0", |
| 27 | + "@lwc/eslint-plugin-lwc": "^2.2.0", |
| 28 | + "@prettier/plugin-xml": "^3.2.2", |
| 29 | + "@salesforce/eslint-config-lwc": "^3.7.2", |
| 30 | + "@salesforce/eslint-plugin-aura": "^2.0.0", |
| 31 | + "@salesforce/eslint-plugin-lightning": "^1.0.0", |
| 32 | + "@salesforce/sfdx-lwc-jest": "^3.1.0", |
| 33 | + "eslint": "^8.57.1", |
| 34 | + "eslint-plugin-import": "^2.25.4", |
| 35 | + "eslint-plugin-jest": "^27.6.0", |
| 36 | + "globals": "^16.4.0", |
| 37 | + "husky": "^8.0.3", |
| 38 | + "lint-staged": "^15.1.0", |
| 39 | + "prettier": "^3.1.0", |
| 40 | + "prettier-plugin-apex": "^2.0.1" |
| 41 | + }, |
| 42 | + "lint-staged": { |
| 43 | + "**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}": [ |
| 44 | + "prettier --write" |
| 45 | + ], |
| 46 | + "**/{lwc}/**/*.js": [ |
| 47 | + "eslint" |
| 48 | + ] |
| 49 | + } |
50 | 50 | } |
0 commit comments