This repository was archived by the owner on Jan 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@tedcryptoorg/cosmos-forum-bot",
"version": "0.0.5",
"description": "Cosmos Directory in Typescript",
"scripts": {
"test": "jest",
"clean": "rm -rf ./lib",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts scripts/**/*.ts"
},
"keywords": [],
"author": "Josh_Lopes<josluis.lopes@gmail.com>",
"license": "MIT",
"repository": "https://github.com/TedcryptoOrg/cosmos-forum-bot",
"main": "./src/index.ts",
"dependencies": {
"@sentry/node": "^8.0.0",
"@sentry/tracing": "^7.61.0",
"axios": "^1.2.5",
"crypto-js": "^4.1.1",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"mariadb": "^3.1.0",
"rss-parser": "^3.12.0",
"telegraf": "^4.11.2",
"twitter.js": "^0.14.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/node-telegram-bot-api": "^0.64.0",
"@types/sqlite3": "^5.0.0",
"babel-jest": "^30.0.0",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^30.0.0",
"nock": "^14.0.0",
"sequelize": "^6.29.0",
"sequelize-cli": "^6.6.0",
"sequelize-typescript": "^2.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
},
"files": [
"lib/**/*"
]
}