-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.32 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
{
"name": "ftf-exchange-bot",
"version": "1.0.0",
"description": "Updates lists of given entries for each exchange post",
"main": "dist/index.js",
"engines": {
"node": "16.x",
"npm": "*"
},
"scripts": {
"test": "jest",
"lint": "eslint . --ext .ts"
},
"jest": {
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayyu/exchange-bot"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@keyv/sqlite": "^3.0.0",
"@types/jest": "^27.4.1",
"@types/keyv": "^3.1.3",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"discord-api-types": "^0.27.1",
"eslint": "^8.10.0",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jsdoc": "^37.8.0",
"jest": "^27.5.1",
"sqlite3": "^4.2.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.6.2",
"typescript-eslint": "^0.0.1-alpha.0"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@keyv/postgres": "^1.2.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"keyv": "^4.1.1",
"node.js": "^0.0.1-security",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.6.0"
}
}