-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
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
{
"name": "messagebridge",
"main": "index.ts",
"scripts": {
"r": "ts-node-dev --transpile-only -r tsconfig-paths/register src/index.ts"
},
"dependencies": {
"@remote-kakao/core": "^1.0.7",
"@remote-kakao/kakaolink-plugin": "^1.0.8",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3"
},
"devDependencies": {
"@types/node": "^17.0.1",
"@types/properties-reader": "^2.1.1",
"prettier": "2.5.1",
"ts-node-dev": "^1.1.8",
"discord-api-types": "0.37.23",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sharlottes/MessageBridge.git"
},
"author": "Sharlotte",
"contributors": [
"AmateurPotion"
],
"license": "MIT"
}