|
1 | 1 | { |
2 | 2 | "name": "@salesforce/code-analyzer-eslint-engine", |
3 | 3 | "description": "Plugin package that adds 'eslint' as an engine into Salesforce Code Analyzer", |
4 | | - "version": "0.14.0", |
| 4 | + "version": "0.15.0-SNAPSHOT", |
5 | 5 | "author": "The Salesforce Code Analyzer Team", |
6 | 6 | "license": "BSD-3-Clause", |
7 | 7 | "homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview", |
8 | 8 | "repository": { |
9 | | - "type": "git", |
10 | | - "url": "git+https://github.com/forcedotcom/code-analyzer-core.git", |
11 | | - "directory": "packages/code-analyzer-eslint-engine" |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/forcedotcom/code-analyzer-core.git", |
| 11 | + "directory": "packages/code-analyzer-eslint-engine" |
12 | 12 | }, |
13 | 13 | "main": "dist/index.js", |
14 | 14 | "types": "dist/index.d.ts", |
15 | 15 | "dependencies": { |
16 | | - "@types/node": "^20.0.0", |
17 | | - "@salesforce/code-analyzer-engine-api": "0.14.0", |
18 | | - "eslint": "^8.57.0", |
19 | | - "@eslint/js": "^8.57.0", |
20 | | - "@types/eslint": "^8.56.10", |
21 | | - "@lwc/eslint-plugin-lwc": "^1.8.0", |
22 | | - "@babel/core": "^7.24.7", |
23 | | - "@babel/eslint-parser": "^7.24.7", |
24 | | - "@salesforce/eslint-config-lwc": "^3.5.3", |
25 | | - "@salesforce/eslint-plugin-lightning": "^1.0.0", |
26 | | - "eslint-plugin-import": "^2.29.1", |
27 | | - "eslint-plugin-jest": "^28.6.0", |
28 | | - "@typescript-eslint/parser": "^7.13.1", |
29 | | - "@typescript-eslint/eslint-plugin": "^7.13.1" |
| 16 | + "@babel/core": "^7.24.7", |
| 17 | + "@babel/eslint-parser": "^7.24.7", |
| 18 | + "@eslint/js": "^8.57.0", |
| 19 | + "@lwc/eslint-plugin-lwc": "^1.8.0", |
| 20 | + "@salesforce/code-analyzer-engine-api": "0.15.0-SNAPSHOT", |
| 21 | + "@salesforce/eslint-config-lwc": "^3.5.3", |
| 22 | + "@salesforce/eslint-plugin-lightning": "^1.0.0", |
| 23 | + "@types/eslint": "^8.56.10", |
| 24 | + "@types/node": "^20.0.0", |
| 25 | + "@typescript-eslint/eslint-plugin": "^7.13.1", |
| 26 | + "@typescript-eslint/parser": "^7.13.1", |
| 27 | + "eslint": "^8.57.0", |
| 28 | + "eslint-plugin-import": "^2.29.1", |
| 29 | + "eslint-plugin-jest": "^28.6.0" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@types/jest": "^29.0.0", |
33 | | - "jest": "^29.0.0", |
34 | | - "cross-env": "^7.0.3", |
35 | | - "rimraf": "*", |
36 | | - "ts-jest": "^29.0.0", |
37 | | - "typescript": "^5.4.5", |
38 | | - "typescript-eslint": "^7.8.0", |
39 | | - "unzipper": "^0.10.9", |
40 | | - "@types/unzipper": "^0.10.9" |
| 32 | + "@types/jest": "^29.0.0", |
| 33 | + "@types/unzipper": "^0.10.9", |
| 34 | + "cross-env": "^7.0.3", |
| 35 | + "jest": "^29.0.0", |
| 36 | + "rimraf": "*", |
| 37 | + "ts-jest": "^29.0.0", |
| 38 | + "typescript": "^5.4.5", |
| 39 | + "typescript-eslint": "^7.8.0", |
| 40 | + "unzipper": "^0.10.9" |
41 | 41 | }, |
42 | 42 | "engines": { |
43 | | - "node": ">=20.0.0" |
| 43 | + "node": ">=20.0.0" |
44 | 44 | }, |
45 | 45 | "files": [ |
46 | | - "dist", |
47 | | - "LICENSE", |
48 | | - "package.json", |
49 | | - "worker-scripts" |
| 46 | + "dist", |
| 47 | + "LICENSE", |
| 48 | + "package.json", |
| 49 | + "worker-scripts" |
50 | 50 | ], |
51 | 51 | "scripts": { |
52 | | - "build": "tsc --build tsconfig.build.json --verbose", |
53 | | - "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage", |
54 | | - "lint": "eslint src/**/*.ts", |
55 | | - "package": "npm pack", |
56 | | - "all": "npm run build && npm run test && npm run lint && npm run package", |
57 | | - "clean": "tsc --build tsconfig.build.json --clean", |
58 | | - "postclean": "rimraf dist && rimraf coverage && rimraf ./*.tgz && rimraf vulnerabilities", |
59 | | - "scrub": "npm run clean && rimraf node_modules", |
60 | | - "showcoverage": "open ./coverage/lcov-report/index.html" |
| 52 | + "build": "tsc --build tsconfig.build.json --verbose", |
| 53 | + "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage", |
| 54 | + "lint": "eslint src/**/*.ts", |
| 55 | + "package": "npm pack", |
| 56 | + "all": "npm run build && npm run test && npm run lint && npm run package", |
| 57 | + "clean": "tsc --build tsconfig.build.json --clean", |
| 58 | + "postclean": "rimraf dist && rimraf coverage && rimraf ./*.tgz && rimraf vulnerabilities", |
| 59 | + "scrub": "npm run clean && rimraf node_modules", |
| 60 | + "showcoverage": "open ./coverage/lcov-report/index.html" |
61 | 61 | }, |
62 | 62 | "jest": { |
63 | | - "preset": "ts-jest", |
64 | | - "testEnvironment": "node", |
65 | | - "testMatch": [ |
66 | | - "**/*.test.ts" |
67 | | - ], |
68 | | - "testPathIgnorePatterns": [ |
69 | | - "/node_modules/", |
70 | | - "/dist/" |
71 | | - ], |
72 | | - "collectCoverageFrom": [ |
73 | | - "src/**/*.ts", |
74 | | - "!src/index.ts" |
75 | | - ] |
| 63 | + "preset": "ts-jest", |
| 64 | + "testEnvironment": "node", |
| 65 | + "testMatch": [ |
| 66 | + "**/*.test.ts" |
| 67 | + ], |
| 68 | + "testPathIgnorePatterns": [ |
| 69 | + "/node_modules/", |
| 70 | + "/dist/" |
| 71 | + ], |
| 72 | + "collectCoverageFrom": [ |
| 73 | + "src/**/*.ts", |
| 74 | + "!src/index.ts" |
| 75 | + ] |
76 | 76 | } |
77 | | - } |
| 77 | +} |
0 commit comments