-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 888 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
{
"name": "berbobot",
"version": "1.0.0",
"description": "Typescript WhatsApp Bot",
"homepage": "https://github.com/Nurutomo/berbobot",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"start": "node ./lib/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "tsc",
"build": "tsc"
},
"keywords": [
"whatsapp",
"bot"
],
"author": {
"name": "Nurutomo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nurutomo/berbobot.git"
},
"bugs": {
"url": "https://github.com/Nurutomo/berbobot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@nurutomo/mahbod": "github:Nurutomo/mahbod",
"got": "^11.8.3",
"node-webpmux": "^3.1.1",
"yaml": "^2.0.1"
},
"devDependencies": {
"@types/got": "^9.6.12",
"typescript": "^4.6.4"
}
}