|
2 | 2 | "name": "@grom.js/effect-tg", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.4.0", |
5 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.25.0", |
6 | 6 | "description": "Effectful library for crafting Telegram bots.", |
7 | 7 | "author": { |
8 | 8 | "name": "Vladislav Deryabkin", |
|
25 | 25 | } |
26 | 26 | }, |
27 | 27 | "files": [ |
28 | | - "dist/" |
| 28 | + "./dist/", |
| 29 | + "./src/" |
29 | 30 | ], |
30 | 31 | "engines": { |
31 | 32 | "node": "22.x" |
32 | 33 | }, |
33 | 34 | "scripts": { |
34 | | - "gen:bot-api": "node scripts/gen-bot-api.ts", |
| 35 | + "prepare": "effect-language-service patch", |
| 36 | + "gen:bot-api": "node ./scripts/gen-bot-api.ts", |
35 | 37 | "typecheck": "tsc --build --noEmit tsconfig.json", |
36 | | - "build": "rm -rf dist/ && tsc --project tsconfig.lib.json", |
| 38 | + "build": "rm -rf ./dist/ && tsc --project ./tsconfig.lib.json", |
37 | 39 | "deps": "taze --write --interactive --include-locked minor", |
38 | 40 | "lint": "eslint", |
39 | 41 | "lint:fix": "eslint --fix", |
| 42 | + "knip": "knip --config ./knip.config.ts", |
40 | 43 | "release": "bumpp" |
41 | 44 | }, |
42 | 45 | "peerDependencies": { |
|
45 | 48 | "effect": "^3.19.3" |
46 | 49 | }, |
47 | 50 | "devDependencies": { |
48 | | - "@antfu/eslint-config": "6.2.0", |
49 | | - "@effect/platform-node": "0.100.0", |
| 51 | + "@antfu/eslint-config": "6.5.1", |
| 52 | + "@effect/language-service": "0.60.0", |
50 | 53 | "@grom.js/bot-api-spec": "0.4.1", |
51 | | - "@types/node": "22.19.1", |
52 | | - "bumpp": "10.3.1", |
| 54 | + "@types/node": "22.19.2", |
| 55 | + "bumpp": "10.3.2", |
53 | 56 | "eslint": "9.39.1", |
54 | | - "eslint-plugin-format": "1.0.2", |
55 | | - "taze": "19.9.0", |
| 57 | + "eslint-plugin-format": "1.1.0", |
| 58 | + "knip": "5.72.0", |
| 59 | + "taze": "19.9.2", |
56 | 60 | "ts-morph": "27.0.2", |
57 | 61 | "typescript": "5.9.3" |
58 | 62 | } |
|
0 commit comments