|
6 | 6 | }, |
7 | 7 | "description": "Smithy-generated TypeScript client for Cloudserver's internal APIs", |
8 | 8 | "main": "dist/index.js", |
9 | | - "types": "dist/index.d.ts", |
| 9 | + "types": "dist/index.d.ts", |
10 | 10 | "files": [ |
11 | 11 | "dist", |
12 | 12 | "build/smithy/source/typescript-codegen" |
|
27 | 27 | "test:raft": "jest tests/testRaftApis.test.ts", |
28 | 28 | "test:mongo-backend": "yarn test:indexes && yarn test:error-handling && yarn test:multiple-backend", |
29 | 29 | "test:metadata-backend": "yarn test:api && yarn test:lifecycle && yarn test:metadata && yarn test:raft", |
30 | | - "lint": "eslint . --ext .ts,.tsx", |
| 30 | + "lint": "eslint src tests", |
31 | 31 | "typecheck": "tsc --noEmit" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "typescript": "^5.7.3", |
| 34 | + "@eslint/compat": "^2.0.0", |
| 35 | + "@scality/eslint-config-scality": "scality/Guidelines#8.3.0", |
35 | 36 | "@types/jest": "^30.0.0", |
| 37 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 38 | + "@typescript-eslint/parser": "^6.21.0", |
| 39 | + "eslint": "^9.37.0", |
36 | 40 | "jest": "^30.2.0", |
37 | 41 | "ts-jest": "^29.4.4", |
38 | | - "eslint": "^8.57.0", |
39 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
40 | | - "@typescript-eslint/parser": "^6.21.0" |
| 42 | + "typescript": "^5.7.3", |
| 43 | + "typescript-eslint": "^8.49.0" |
41 | 44 | }, |
42 | 45 | "dependencies": { |
43 | | - "fast-xml-parser": "^4.3.2", |
44 | 46 | "@aws-sdk/client-s3": "^3.896.0", |
45 | | - "JSONStream": "^1.3.5" |
| 47 | + "JSONStream": "^1.3.5", |
| 48 | + "fast-xml-parser": "^4.3.2" |
46 | 49 | }, |
47 | 50 | "author": "Scality", |
48 | 51 | "license": "Apache-2.0", |
|
0 commit comments