|
1 | 1 | { |
2 | | - "name": "@grom.js/effectg", |
| 2 | + "name": "@grom.js/effect-tg", |
3 | 3 | "type": "module", |
4 | | - "version": "0.1.1", |
5 | | - "packageManager": "bun@1.3.1", |
| 4 | + "version": "0.2.0", |
| 5 | + "packageManager": "pnpm@10.22.0", |
| 6 | + "description": "Effectful library for crafting Telegram bots.", |
| 7 | + "author": { |
| 8 | + "name": "Vladislav Deryabkin", |
| 9 | + "url": "https://evermake.me" |
| 10 | + }, |
6 | 11 | "license": "MIT", |
| 12 | + "homepage": "https://github.com/grom-dev/effect-tg", |
7 | 13 | "repository": { |
8 | 14 | "type": "git", |
9 | | - "url": "https://github.com/grom-dev/effectg.git" |
| 15 | + "url": "https://github.com/grom-dev/effect-tg.git" |
10 | 16 | }, |
| 17 | + "keywords": ["effect", "telegram"], |
11 | 18 | "exports": { |
12 | 19 | ".": { |
13 | 20 | "types": "./dist/index.d.ts", |
14 | 21 | "import": "./dist/index.js" |
15 | 22 | } |
16 | 23 | }, |
17 | | - "files": ["dist/"], |
| 24 | + "files": [ |
| 25 | + "dist/" |
| 26 | + ], |
18 | 27 | "engines": { |
19 | 28 | "node": "22.x" |
20 | 29 | }, |
21 | 30 | "scripts": { |
22 | | - "gen:bot-api": "bun run scripts/gen-bot-api.ts", |
| 31 | + "gen:bot-api": "node scripts/gen-bot-api.ts", |
23 | 32 | "typecheck": "tsc --build --noEmit tsconfig.json", |
24 | | - "build": "tsc --project tsconfig.lib.json", |
| 33 | + "build": "rm -rf dist/ && tsc --project tsconfig.lib.json", |
25 | 34 | "deps": "taze --write --interactive --include-locked minor", |
26 | | - "lint": "eslint .", |
27 | | - "lint:fix": "eslint . --fix", |
| 35 | + "lint": "eslint", |
| 36 | + "lint:fix": "eslint --fix", |
28 | 37 | "release": "bumpp" |
29 | 38 | }, |
30 | | - "dependencies": { |
31 | | - "@effect/platform": "0.93.0", |
32 | | - "@effect/platform-bun": "0.83.0", |
33 | | - "effect": "3.19.2" |
| 39 | + "peerDependencies": { |
| 40 | + "@effect/platform": "^0.93.1", |
| 41 | + "effect": "^3.19.3" |
34 | 42 | }, |
35 | 43 | "devDependencies": { |
36 | 44 | "@antfu/eslint-config": "6.2.0", |
| 45 | + "@effect/platform-node": "0.100.0", |
37 | 46 | "@grom.js/bot-api-spec": "0.4.1", |
38 | | - "@types/bun": "1.3.1", |
39 | | - "@types/node": "^22.19.0", |
| 47 | + "@types/node": "22.19.1", |
40 | 48 | "bumpp": "10.3.1", |
41 | 49 | "eslint": "9.39.1", |
42 | 50 | "eslint-plugin-format": "1.0.2", |
|
0 commit comments