-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "flowchat-backend-v2",
"version": "1.0.0",
"description": "FlowChat Backend",
"main": "index.js",
"scripts": {
"dev": "ts-node -r tsconfig-paths/register ./src",
"watch": "tsnd --respawn -r tsconfig-paths/register ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowchat-dev/flowchat-backend-v2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flowchat-dev/flowchat-backend-v2/issues"
},
"homepage": "https://github.com/flowchat-dev/flowchat-backend-v2#readme",
"devDependencies": {
"@types/express": "^4.17.8",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.5"
},
"dependencies": {
"@storycraft/node-kakao": "^3.1.0-preview.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ws": "^7.4.0"
}
}