-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "@commt/node-sdk",
"version": "0.1.0",
"description": "Ultimate chat kit nodejs sdk for web services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/* && tsc --declaration"
},
"dependencies": {
"axios": "^1.6.2",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node-forge": "^1.3.10",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"files": [
"dist/**/*"
],
"keywords": [
"commt",
"commt-chat-sdk",
"commt-node-sdk",
"chat",
"nodejs",
"message",
"messanger",
"commt-nodejs",
"node-js-chat"
],
"repository": {
"type": "git",
"url": "git+https://github.com/commt/commt-nodejs.git"
},
"bugs": {
"url": "https://github.com/commt/commt-nodejs.git/issues"
},
"homepage": "https://commt.co/doc",
"author": "Mesut KILINCASLAN",
"license": "MIT"
}