|
11 | 11 | "scripts": { |
12 | 12 | "clean": "rimraf dist build coverage", |
13 | 13 | "build": "yarn clean && tsc -p tsconfig.build.json", |
14 | | - "type-check": "tsc", |
15 | 14 | "test": "vitest run --coverage", |
16 | 15 | "test:watch": "vitest watch", |
17 | | - "lint": "eslint ./src", |
18 | | - "lint:fix": "yarn run lint --fix", |
19 | 16 | "cli": "ts-node --files src/cli/index.ts", |
20 | | - "format": "prettier --write src/**/*.{js,jsx,tsx,ts} tests/**/*.{js,jsx,tsx,ts}", |
| 17 | + "========== Code style ==========": "", |
| 18 | + "type-check": "tsc", |
| 19 | + "lint": "eslint src tests", |
| 20 | + "lint:fix": "yarn run lint --fix", |
| 21 | + "format": "prettier . --check", |
| 22 | + "format:fix": "prettier . --write", |
21 | 23 | "find-deadcode": "knip", |
22 | 24 | "prepare": "husky" |
23 | 25 | }, |
|
27 | 29 | "@internxt/eslint-config-internxt": "^2.1.0", |
28 | 30 | "@internxt/prettier-config": "^2.0.1", |
29 | 31 | "@types/async": "=3.2.9", |
30 | | - "@types/express": "^5.0.6", |
31 | 32 | "@types/node": "^25.6.0", |
32 | 33 | "@vitest/coverage-istanbul": "^4.1.5", |
33 | 34 | "commander": "^14.0.3", |
34 | 35 | "dotenv": "^17.4.2", |
35 | 36 | "eslint": "^10.3.0", |
36 | | - "express": "^5.2.1", |
37 | 37 | "husky": "^9.1.7", |
38 | 38 | "knip": "^6.13.1", |
39 | 39 | "lint-staged": "^17.0.2", |
|
44 | 44 | "vitest": "^4.1.5" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@internxt/lib": "1.4.2", |
48 | 47 | "@internxt/sdk": "1.16.2", |
49 | 48 | "async": "^3.2.6", |
50 | 49 | "axios": "^1.16.0", |
|
0 commit comments