-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ts-doggo-bot",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npx patch-package",
"lint": "tslint -c tslint.json -p tsconfig.json",
"test": "mocha -r ts-node/register test/**/*.ts",
"start": "ts-node src/bot.ts",
"dev": "nodemon",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MixusMinimax/ts-doggo-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MixusMinimax/ts-doggo-bot/issues"
},
"homepage": "https://github.com/MixusMinimax/ts-doggo-bot#readme",
"dependencies": {
"@rmp135/imgur": "^0.5.0",
"@typegoose/typegoose": "^7.4.1",
"@types/argparse": "^1.0.38",
"@types/express": "^4.17.7",
"@types/mongoose": "^5.7.36",
"@types/node": "^14.0.27",
"@types/string-similarity": "^3.0.0",
"@types/url-join": "^4.0.0",
"argparse": "^1.0.10",
"axios": "^0.21.0",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.28",
"nodemon": "^2.0.4",
"reflect-metadata": "^0.1.13",
"string-similarity": "^4.0.2",
"text-tokenizer": "^1.0.4",
"ts-mongoose": "0.0.21",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"url-join": "^4.0.1"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"mocha": "^8.1.3"
}
}