-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 Bytes
/
package.json
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
{
"name": "wakatime",
"version": "1.0.0",
"description": "This bot is for CodeModule community Wakatime competition.",
"main": "",
"directories": {
"doc": "docs",
"test": "test",
"docs": "docs"
},
"scripts": {
"test": "",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeModule-ir/WakaTime.git"
},
"keywords": [
"wakatime",
"bot",
"telegram-bot",
"telegram",
"codeing"
],
"author": "Mahdi",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeModule-ir/WakaTime/issues"
},
"homepage": "https://github.com/CodeModule-ir/WakaTime#readme",
"dependencies": {
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"chai": "^5.1.2",
"mocha": "^11.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}