-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
{
"name": "teal-bot",
"version": "1.0.0",
"description": "A bot traveling from #4DB6AC to #E0F2F1.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/BedrockDigger/teal-bot.git"
},
"keywords": [
"mastodon"
],
"author": "BedrockDigger",
"license": "ISC",
"bugs": {
"url": "https://github.com/BedrockDigger/teal-bot/issues"
},
"homepage": "https://github.com/BedrockDigger/teal-bot#readme",
"dependencies": {
"chatgpt": "^1.4.0",
"dotenv": "^10.0.0",
"node-html-parser": "^4.1.4",
"superagent": "^6.1.0",
"superagent-prefix": "^0.0.2",
"superagent-use": "^0.1.0",
"tencentcloud-sdk-nodejs": "^4.0.3"
},
"devDependencies": {
"prettier": "^2.4.0"
},
"type": "module"
}