-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@passimx/archiver",
"version": "1.0.6",
"description": "archiver for telegram chats",
"repository": {
"type": "git",
"url": "git+https://github.com/Passimx/archiver.git"
},
"keywords": [
"telegram",
"chats",
"telegraph",
"analytics",
"keep",
"save",
"export",
"logs"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"publish": "tsc && npm login && npm publish --access public",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"{src,apps,libs}/**/*.ts\" --fix",
"prepare": "husky install"
},
"author": "@passimx",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2"
},
"peerDependencies": {
"telegraf": "^4.0.0"
}
}