-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "chatbot-node",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-typescript": "^7.12.7",
"@types/commander": "^2.12.2",
"@types/node": "^14.14.10",
"@types/ws": "^7.4.0",
"@types/xml2js": "^0.4.7",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.1",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
},
"dependencies": {
"axios": "^0.21.0",
"commander": "^6.2.1",
"ws": "^7.4.0",
"xml2js": "^0.4.23"
}
}