-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "alex",
"private": true,
"main": "dist/index.js",
"author": "Synbulat Biishev <syjalo.dev@gmail.com>",
"license": "MIT",
"scripts": {
"compile": "tsc -w",
"format": "prettier --write src",
"postinstall": "tsc",
"start": "node --enable-source-maps ."
},
"repository": {
"type": "git",
"url": "git://github.com/Syjalo/Alex.git"
},
"bugs": {
"url": "https://github.com/Syjalo/Alex/issues"
},
"homepage": "https://github.com/Syjalo/Alex#readme",
"dependencies": {
"@discordjs/rest": "^0.5.0",
"@messageformat/core": "^3.0.1",
"discord.js": "^14.0.0-dev.1657152699-10ba008",
"dotenv": "^16.0.1",
"mongodb": "^4.7.0",
"node-fetch": "^2.6.7",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "16.11.43",
"@types/node-fetch": "^2.6.1",
"@types/prettier": "^2.6.3",
"husky": "^8.0.1",
"prettier-plugin-organize-imports": "^3.0.0",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.6 <=16.x"
}
}